mirror of https://github.com/apache/cassandra
bump thrift-server version to 0.3.7 to properly shutdown invocation pool shutdown
patch by Pavel Yaskevich; tested by Philip Thompson for CASSANDRA-7594
This commit is contained in:
parent
46ef9628fa
commit
e6f307f4e5
|
|
@ -361,7 +361,7 @@
|
|||
<dependency groupId="com.googlecode.json-simple" artifactId="json-simple" version="1.1"/>
|
||||
<dependency groupId="com.github.stephenc.high-scale-lib" artifactId="high-scale-lib" version="1.1.2"/>
|
||||
<dependency groupId="com.github.stephenc" artifactId="jamm" version="0.2.5"/>
|
||||
<dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.6"/>
|
||||
<dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.7"/>
|
||||
<dependency groupId="org.yaml" artifactId="snakeyaml" version="1.11"/>
|
||||
<dependency groupId="org.apache.thrift" artifactId="libthrift" version="0.9.1"/>
|
||||
|
||||
|
|
@ -467,7 +467,7 @@
|
|||
<dependency groupId="org.mindrot" artifactId="jbcrypt"/>
|
||||
<dependency groupId="com.yammer.metrics" artifactId="metrics-core"/>
|
||||
<dependency groupId="com.addthis.metrics" artifactId="reporter-config"/>
|
||||
<dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.6"/>
|
||||
<dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.7"/>
|
||||
<dependency groupId="net.sf.supercsv" artifactId="super-csv" version="2.1.0" />
|
||||
|
||||
<dependency groupId="log4j" artifactId="log4j"/>
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue