From 80e8d78baf411a5a63e7a5b19f79f137ec1e9f47 Mon Sep 17 00:00:00 2001 From: su622b Date: Fri, 6 Apr 2018 15:36:43 -0400 Subject: Fixes for security vulnerabilities Issue-ID: DMAAP-387 Change-Id: Ib50c9b238d72de1fa6040c8dd756f1c8ab64a2db Signed-off-by: su622b --- pom.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 46ce015..2fbd6d1 100644 --- a/pom.xml +++ b/pom.xml @@ -246,7 +246,7 @@ UTF-8 ${basedir}/target/swm/package/nix/dist_files/ simpledemo - + 1.5.0 dmaap v1 3.0.3-oss @@ -333,6 +333,19 @@ 3.1.200-oss + + com.sun.mail + javax.mail + ${javax-mail-version} + + + + javax.activation + activation + + + + org.apache.zookeeper zookeeper @@ -386,7 +399,11 @@ - + + org.springframework + spring-webmvc + 3.2.18.RELEASE + commons-io commons-io -- cgit 1.2.3-korg