mirror of https://github.com/apache/cassandra
add netty.jar as a dependency for all-pom
patch by sbridges reviewed by dbrosius
This commit is contained in:
parent
5b157e4769
commit
e06875ed2c
|
|
@ -482,6 +482,7 @@
|
|||
|
||||
<!-- don't need jamm unless running a server in which case it needs to be a -javagent to be used anyway -->
|
||||
<dependency groupId="com.github.stephenc" artifactId="jamm"/>
|
||||
<dependency groupId="io.netty" artifactId="netty"/>
|
||||
</artifact:pom>
|
||||
<artifact:pom id="thrift-pom"
|
||||
artifactId="cassandra-thrift"
|
||||
|
|
|
|||
Loading…
Reference in New Issue