Add jackson-mapper-asl dependency version 1.4.5
[aai/champ.git] / champ-lib / champ-core / pom.xml
index 11dfff8..dd3e0d5 100644 (file)
@@ -60,6 +60,12 @@ limitations under the License.
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
         </dependency>
+        
+        <dependency>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-mapper-asl</artifactId>
+            <version>1.4.5</version>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>