aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-09-27 12:49:03 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-27 12:49:03 +0000
commit7612324aaa387aebf8ca8a4856d19e9a1b80f446 (patch)
tree13ea0f66bfebb82c49dcfccb7945b5d81d584bda
parentf5bd08f862cd7eb48cb91232f97500afe21b699f (diff)
parent7a46ac086e32acd90687a6c6818e4603f24f3f42 (diff)
Merge "fix cacher merge and nexus vulnerabilities"
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0855f64..ec1fb03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,6 +262,11 @@
<version>1.18</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ <version>1.18</version>
+ </dependency>
+ <dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver</artifactId>
<version>3.6.2</version>