Add jackson-mapper-asl dependency version 1.4.5 39/68839/1
authorMichael Reece <michaere@amdocs.com>
Tue, 25 Sep 2018 11:04:40 +0000 (12:04 +0100)
committerMichael Reece <michaere@amdocs.com>
Tue, 25 Sep 2018 11:04:40 +0000 (12:04 +0100)
Previously removed as a NexusIQ security vunerability, but required and
reinstated to its clean version

Issue-ID: AAI-1673

Change-Id: I1ce64819c880293bfb4bac218395c2d612fb7d06
Signed-off-by: Michael Reece <michaere@amdocs.com>
champ-lib/champ-core/pom.xml

index 11dfff8..dd3e0d5 100644 (file)
@@ -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>