Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit dd0e6f4

Browse files
committed
fix dependency version
1 parent 58d61f3 commit dd0e6f4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ subprojects {
8787
entry 'protobuf-java-util'
8888
}
8989

90-
dependencySet( group: 'io.netty', version: ext['netty-tcnative.version']) {
91-
entry 'netty-tcnative'
92-
}
93-
9490
dependency "com.hubspot.jackson:jackson-datatype-protobuf:${ext['jackson-protobuf.version']}"
9591
dependency "com.fasterxml.jackson.core:jackson-databind:${ext['jackson.version']}"
9692
dependency "com.google.guava:guava:${ext['guava.version']}"

proteus-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compile 'com.typesafe:config'
1111
compile 'com.google.guava:guava'
1212
compile 'io.rsocket.rpc:rsocket-rpc-core'
13-
compile 'io.netty:netty-tcnative::linux-x86_64'
13+
compile "io.netty:netty-tcnative:${ext['netty-tcnative.version']}:linux-x86_64"
1414

1515
testProtobuf 'io.rsocket.rpc:rsocket-rpc-protobuf-idl'
1616
testCompile project(':proteus-tracing-openzipkin')

0 commit comments

Comments
 (0)