From 4b9b9d045a35f4205020aaa797e54ff9ec2f6f0d Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 22 Oct 2015 16:26:38 +0000
Subject: [PATCH] #0 fix - Downgrade jackson version to resteasy dependency (2.4.1)

---
 securis/pom.xml |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/securis/pom.xml b/securis/pom.xml
index b4bae41..7c548f6 100644
--- a/securis/pom.xml
+++ b/securis/pom.xml
@@ -21,12 +21,12 @@
 		<dependency>
 			<groupId>org.jboss.resteasy</groupId>
 			<artifactId>resteasy-multipart-provider</artifactId>
-			<version>3.0.10.Final</version>
+			<version>3.0.13.Final</version>
 		</dependency>
 		<dependency>
 			<groupId>org.jboss.resteasy</groupId>
 			<artifactId>resteasy-jaxrs</artifactId>
-			<version>3.0.10.Final</version>
+			<version>3.0.13.Final</version>
 		</dependency>
 		<dependency>
 			<groupId>org.jboss.weld.servlet</groupId>
@@ -108,22 +108,17 @@
 		<dependency>
 			<groupId>org.jboss.resteasy</groupId>
 			<artifactId>resteasy-cdi</artifactId>
-			<version>3.0.10.Final</version>
-		</dependency>
-		<dependency>
-			<groupId>com.fasterxml.jackson.core</groupId>
-			<artifactId>jackson-databind</artifactId>
-			<version>2.6.3</version>
+			<version>3.0.13.Final</version>
 		</dependency>
 		<dependency>
 			<groupId>com.fasterxml.jackson.jaxrs</groupId>
 			<artifactId>jackson-jaxrs-json-provider</artifactId>
-			<version>2.6.3</version>
+			<version>2.4.1</version>
 		</dependency>
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-annotations</artifactId>
-			<version>2.6.3</version>
+			<version>2.4.1</version>
 		</dependency>
 	</dependencies>
 	<build>

--
Gitblit v1.3.2