Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

65632: ACE-969 Upgrage Jackson from 1.9.9 to 1.9.13


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@66261 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-04-02 22:06:11 +00:00
parent 478c8fb647
commit 057909dc81
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<attribute name="javadoc_location" value="jar:platform:/resource/3rd Party/src/commons-httpclient-3.1-src.zip!/commons-httpclient-3.1/docs/apidocs"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/3rd Party/lib/jackson-core-asl-1.9.9.jar" sourcepath="/3rd Party/src/jackson-core-asl-1.9.4-sources.jar"/>
<classpathentry kind="lib" path="/3rd Party/lib/jackson-core-asl-1.9.13.jar" sourcepath="/3rd Party/src/jackson-core-asl-1.9.13-sources.jar"/>
<classpathentry kind="lib" path="/3rd Party/lib/chemistry-opencmis-commons-api-0.10.0.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/DataModel"/>
<classpathentry kind="output" path="build/classes"/>

View File

@@ -24,7 +24,7 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.9</version>
<version>1.9.13</version>
</dependency>
<!-- provided dependencies -->