Skip to content

Commit

Permalink
problem: duplicate grpc classes, from different versions
Browse files Browse the repository at this point in the history
rel: #74
  • Loading branch information
splix committed Dec 1, 2020
1 parent c31ab41 commit 74faebb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ configurations {
compile.exclude group: "ch.qos.logback"
compile.exclude group: "org.slf4j", module: "slf4j-jdk14"
compile.exclude group: "org.slf4j", module: "log4j-over-slf4j"
// should be used only for generation of the stubs, the lib contains grpc classes
compile.exclude group: "com.salesforce.servicelibs", module: "reactor-grpc"
}

dependencies {
Expand Down Expand Up @@ -84,7 +86,8 @@ dependencies {
implementation "io.projectreactor.netty:reactor-netty:0.9.7.RELEASE"
implementation 'io.projectreactor.addons:reactor-extra:3.3.3.RELEASE'
implementation 'io.projectreactor.kotlin:reactor-kotlin-extensions:1.0.2.RELEASE'
implementation "com.salesforce.servicelibs:reactor-grpc:$reactiveGrpcVersion"
implementation "com.salesforce.servicelibs:reactor-grpc-stub:$reactiveGrpcVersion"

implementation 'io.lettuce:lettuce-core:5.2.2.RELEASE'

implementation "io.infinitape:etherjar-domain:$etherjarVersion"
Expand Down

0 comments on commit 74faebb

Please sign in to comment.