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

Commit 99c00cd

Browse files
committed
remove additional references
1 parent dd0e6f4 commit 99c00cd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ subprojects {
5555
ext['zipkin.sender.version'] = '2.7.6'
5656
ext['hdrhistogram.version'] = '2.1.10'
5757
ext['netty.version'] = '4.1.29.Final'
58-
ext['netty-tcnative.version'] = '2.0.18.Final'
5958
ext['typesafe-config.version'] = '1.3.3'
6059

6160
sourceCompatibility = 1.8

proteus-client/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ 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:${ext['netty-tcnative.version']}:linux-x86_64"
1413

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

0 commit comments

Comments
 (0)