diff options
author | James Forsyth <jf2512@att.com> | 2018-09-27 12:49:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-27 12:49:03 +0000 |
commit | 7612324aaa387aebf8ca8a4856d19e9a1b80f446 (patch) | |
tree | 13ea0f66bfebb82c49dcfccb7945b5d81d584bda /pom.xml | |
parent | f5bd08f862cd7eb48cb91232f97500afe21b699f (diff) | |
parent | 7a46ac086e32acd90687a6c6818e4603f24f3f42 (diff) |
Merge "fix cacher merge and nexus vulnerabilities"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |