mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into trunk
This commit is contained in:
commit
b6974fb94b
|
|
@ -334,8 +334,8 @@
|
|||
<dependency groupId="org.antlr" artifactId="antlr-runtime" version="3.5.2"/>
|
||||
<dependency groupId="org.antlr" artifactId="stringtemplate" version="4.0.2"/>
|
||||
<dependency groupId="org.slf4j" artifactId="slf4j-api" version="1.7.2"/>
|
||||
<dependency groupId="ch.qos.logback" artifactId="logback-core" version="1.1.12"/>
|
||||
<dependency groupId="ch.qos.logback" artifactId="logback-classic" version="1.1.12"/>
|
||||
<dependency groupId="ch.qos.logback" artifactId="logback-core" version="1.1.2"/>
|
||||
<dependency groupId="ch.qos.logback" artifactId="logback-classic" version="1.1.2"/>
|
||||
<dependency groupId="org.codehaus.jackson" artifactId="jackson-core-asl" version="1.9.2"/>
|
||||
<dependency groupId="org.codehaus.jackson" artifactId="jackson-mapper-asl" version="1.9.2"/>
|
||||
<dependency groupId="jline" artifactId="jline" version="1.0">
|
||||
|
|
@ -1100,8 +1100,8 @@
|
|||
<pathelement location="${build.dir}/${ant.project.name}-thrift-${version}.jar" />
|
||||
<pathelement location="${build.lib}/libthrift-0.9.0.jar" />
|
||||
<pathelement location="${build.lib}/slf4j-api-1.7.2.jar" />
|
||||
<pathelement location="${build.lib}/logback-core-1.1.12.jar" />
|
||||
<pathelement location="${build.lib}/logback-classic-1.1.12.jar" />
|
||||
<pathelement location="${build.lib}/logback-core-1.1.2.jar" />
|
||||
<pathelement location="${build.lib}/logback-classic-1.1.2.jar" />
|
||||
<pathelement location="${build.lib}/jackson-core-asl-1.9.2.jar" />
|
||||
<pathelement location="${build.lib}/jackson-mapper-asl-1.9.2.jar" />
|
||||
<fileset dir="${build.dir.lib}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue