From 9f8088eb759f8233238750f3e10006c1568a68f9 Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Thu, 22 Oct 2015 16:08:44 +0000 Subject: [PATCH] #0 fix - Issue with jackson version --- securis/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/securis/pom.xml b/securis/pom.xml index 8ee465a..b4bae41 100644 --- a/securis/pom.xml +++ b/securis/pom.xml @@ -120,6 +120,11 @@ <artifactId>jackson-jaxrs-json-provider</artifactId> <version>2.6.3</version> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-annotations</artifactId> + <version>2.6.3</version> + </dependency> </dependencies> <build> <plugins> -- Gitblit v1.3.2