summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <su622b@att.com>2019-07-12 15:27:46 -0400
committersu622b <su622b@att.com>2019-07-12 15:32:47 -0400
commita81e4e55161822cf42caf6547127ce13fe743aea (patch)
treef0eedfc78dd815a9069668f14bce75c7557d69b4
parent507bd09b245a79ab7ca9d0f137dffa320afabdf9 (diff)
fix for security vulnerabilities
Issue-ID: DMAAP-895 Change-Id: I4532ba8ecfe745c1689d72d6423ebaa0d355e267 Signed-off-by: su622b <su622b@att.com>
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 43a398b..08a78e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,6 +406,10 @@
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>