mirror of https://github.com/apache/cassandra
fix maven dependency version for CLHM
This commit is contained in:
parent
26a087c901
commit
5cbdf13790
|
|
@ -327,7 +327,7 @@
|
|||
<dependency groupId="commons-cli" artifactId="commons-cli" version="1.1"/>
|
||||
<dependency groupId="commons-codec" artifactId="commons-codec" version="1.2"/>
|
||||
<dependency groupId="commons-lang" artifactId="commons-lang" version="2.4"/>
|
||||
<dependency groupId="com.googlecode.concurrentlinkedhashmap" artifactId="concurrentlinkedhashmap-lru" version="1.2"/>
|
||||
<dependency groupId="com.googlecode.concurrentlinkedhashmap" artifactId="concurrentlinkedhashmap-lru" version="1.3"/>
|
||||
<dependency groupId="org.antlr" artifactId="antlr" version="3.2"/>
|
||||
<dependency groupId="org.slf4j" artifactId="slf4j-api" version="1.6.1"/>
|
||||
<dependency groupId="org.slf4j" artifactId="slf4j-log4j12" version="1.6.1"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue