rsanchez
2015-10-22 9f8088eb759f8233238750f3e10006c1568a68f9
#0 fix - Issue with jackson version
1 files modified
changed files
securis/pom.xml patch | view | blame | history
securis/pom.xml
....@@ -120,6 +120,11 @@
120120 <artifactId>jackson-jaxrs-json-provider</artifactId>
121121 <version>2.6.3</version>
122122 </dependency>
123
+ <dependency>
124
+ <groupId>com.fasterxml.jackson.core</groupId>
125
+ <artifactId>jackson-annotations</artifactId>
126
+ <version>2.6.3</version>
127
+ </dependency>
123128 </dependencies>
124129 <build>
125130 <plugins>