aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Reece <michaere@amdocs.com>2018-09-25 12:04:40 +0100
committerMichael Reece <michaere@amdocs.com>2018-09-25 12:04:40 +0100
commit27643dc0b69c9078bdaf49baf5dd3a9e33137460 (patch)
tree0c82971ee9a75a5373b4e785431802e1d5b601b1
parent25e87d95d30a297cf8ba7e71a6418f0e66ddccc2 (diff)
Add jackson-mapper-asl dependency version 1.4.5
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>
-rw-r--r--champ-lib/champ-core/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml
index 11dfff8..dd3e0d5 100644
--- a/champ-lib/champ-core/pom.xml
+++ b/champ-lib/champ-core/pom.xml
@@ -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>