mirror of https://github.com/apache/cassandra
fix logback version string typo: 1.1.12 s/b 1.1.2
This commit is contained in:
parent
bef913adc0
commit
df62c62617
|
|
@ -351,8 +351,8 @@
|
|||
<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.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">
|
||||
|
|
@ -1113,8 +1113,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