fix logback version string typo: 1.1.12 s/b 1.1.2

This commit is contained in:
Dave Brosius 2014-05-02 22:52:11 -04:00
parent bef913adc0
commit df62c62617
4 changed files with 4 additions and 4 deletions

View File

@ -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}">