mirror of https://github.com/apache/cassandra
Update build.xml for the newly pulled Netty version
This commit is contained in:
parent
2346ed8241
commit
ecbb970aec
|
|
@ -631,8 +631,8 @@
|
|||
<dependency groupId="com.addthis.metrics" artifactId="reporter-config3" version="3.0.3" />
|
||||
<dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" />
|
||||
<dependency groupId="io.airlift" artifactId="airline" version="0.8" />
|
||||
<dependency groupId="io.netty" artifactId="netty-all" version="4.1.50.Final" />
|
||||
<dependency groupId="io.netty" artifactId="netty-tcnative-boringssl-static" version="2.0.31.Final" />
|
||||
<dependency groupId="io.netty" artifactId="netty-all" version="4.1.54.Final" />
|
||||
<dependency groupId="io.netty" artifactId="netty-tcnative-boringssl-static" version="2.0.34.Final" />
|
||||
<dependency groupId="net.openhft" artifactId="chronicle-queue" version="${chronicle-queue.version}"/>
|
||||
<dependency groupId="net.openhft" artifactId="chronicle-core" version="${chronicle-core.version}"/>
|
||||
<dependency groupId="net.openhft" artifactId="chronicle-bytes" version="${chronicle-bytes.version}"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue