diff options
author | su622b <su622b@att.com> | 2019-07-12 15:27:46 -0400 |
---|---|---|
committer | su622b <su622b@att.com> | 2019-07-12 15:32:47 -0400 |
commit | a81e4e55161822cf42caf6547127ce13fe743aea (patch) | |
tree | f0eedfc78dd815a9069668f14bce75c7557d69b4 | |
parent | 507bd09b245a79ab7ca9d0f137dffa320afabdf9 (diff) |
fix for security vulnerabilities
Issue-ID: DMAAP-895
Change-Id: I4532ba8ecfe745c1689d72d6423ebaa0d355e267
Signed-off-by: su622b <su622b@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |