aboutsummaryrefslogtreecommitdiffstats
path: root/champ-service-deps-titan
diff options
context:
space:
mode:
authorMichael Reece <michaere@amdocs.com>2018-09-17 20:06:37 +0100
committerMichael Reece <michaere@amdocs.com>2018-09-17 20:06:37 +0100
commitaa6f9acfc15b8836bc4b50bd6bdfa1b06c49d321 (patch)
tree7687d0e84a3ea0050e71ed7ba4865e6a27c4948c /champ-service-deps-titan
parent6ce2b6004e9c213331fc2337158b17dd9f1a5da3 (diff)
Fix for NexusIQ security vunerabilities
Update and exclude dependencies causing security vunerabilities Issue-ID: AAI-1614 Change-Id: I301c270f739e1fa97cb63794f5519bceb086f747 Signed-off-by: Michael Reece <michaere@amdocs.com>
Diffstat (limited to 'champ-service-deps-titan')
-rw-r--r--champ-service-deps-titan/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml
index 0ed7581..35be53e 100644
--- a/champ-service-deps-titan/pom.xml
+++ b/champ-service-deps-titan/pom.xml
@@ -222,6 +222,14 @@ limitations under the License.
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.mindrot</groupId>
+ <artifactId>jbcrypt</artifactId>
+ </exclusion>
</exclusions>
</dependency>