diff options
Diffstat (limited to 'champ-lib')
-rw-r--r-- | champ-lib/champ-core/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 11dfff8..dd3e0d5 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -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> |