aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib/champ-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-lib/champ-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-lib/champ-titan')
-rw-r--r--champ-lib/champ-titan/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml
index 80ca481..e83ff7c 100644
--- a/champ-lib/champ-titan/pom.xml
+++ b/champ-lib/champ-titan/pom.xml
@@ -83,6 +83,14 @@ limitations under the License.
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</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>