upgrade to jackson 1.5.1

This commit is contained in:
kimchy 2010-04-15 07:05:59 +03:00
parent ad9549462e
commit 677c4d8f99
2 changed files with 5 additions and 10 deletions

View File

@ -1,15 +1,10 @@
<component name="libraryTable">
<library name="jackson">
<CLASSES>
<root url="jar://$GRADLE_REPOSITORY$/org.codehaus.jackson/jackson-core-asl/jars/jackson-core-asl-1.5.0.jar!/" />
<root url="jar://$GRADLE_REPOSITORY$/org.codehaus.jackson/jackson-mapper-asl/jars/jackson-mapper-asl-1.5.0.jar!/" />
<root url="jar://$GRADLE_REPOSITORY$/org.codehaus.jackson/jackson-mapper-asl/jars/jackson-mapper-asl-1.5.1.jar!/" />
<root url="jar://$GRADLE_REPOSITORY$/org.codehaus.jackson/jackson-core-asl/jars/jackson-core-asl-1.5.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$PROJECT_DIR$/../../../opt/jackson/1.5.0/src/jaxrs/java" />
<root url="file://$PROJECT_DIR$/../../../opt/jackson/1.5.0/src/xc/java" />
<root url="file://$PROJECT_DIR$/../../../opt/jackson/1.5.0/src/mapper/java" />
<root url="file://$PROJECT_DIR$/../../../opt/jackson/1.5.0/src/java" />
</SOURCES>
<SOURCES />
</library>
</component>

View File

@ -39,8 +39,8 @@ dependencies {
compile 'joda-time:joda-time:1.6'
compile 'com.google.collections:google-collections:1.0'
compile 'org.codehaus.jackson:jackson-core-asl:1.5.0'
compile 'org.codehaus.jackson:jackson-mapper-asl:1.5.0'
compile 'org.codehaus.jackson:jackson-core-asl:1.5.1'
compile 'org.codehaus.jackson:jackson-mapper-asl:1.5.1'
compile 'aopalliance:aopalliance:1.0'
compile 'com.google.inject:guice:2.0'