From ffc60638fba7475b4cb6a863aa8f27c7e5a9b059 Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Wed, 22 Oct 2014 17:07:40 +0000 Subject: [PATCH] #2021 feature - Updated JSON library to the latest version --- pom.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 225d7c5..914f385 100644 --- a/pom.xml +++ b/pom.xml @@ -47,11 +47,6 @@ <version>1.2</version> </dependency> <dependency> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - <version>1.9.13</version> - </dependency> - <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.0.2</version> @@ -61,6 +56,11 @@ <artifactId>httpclient</artifactId> <version>4.4-beta1</version> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.4.3</version> + </dependency> </dependencies> <distributionManagement> -- Gitblit v1.3.2