diff options
author | Dan Timoney <dt5972@att.com> | 2018-05-11 19:01:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-11 19:01:01 +0000 |
commit | 3929ab562482aa67a0a544fd72e2812fb03db554 (patch) | |
tree | 39c1ead402a3f3ea3cb067ea8776960d1f080174 /dblib/provider/pom.xml | |
parent | 00f76876657c2239421d3cdfbbd1532833b89e89 (diff) | |
parent | 972b25417e2851486940ca93d73763026eaa13b6 (diff) |
Merge "Provide support for properties encryption"
Diffstat (limited to 'dblib/provider/pom.xml')
-rwxr-xr-x | dblib/provider/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml index 3eaefd067..9bf898f51 100755 --- a/dblib/provider/pom.xml +++ b/dblib/provider/pom.xml @@ -82,5 +82,10 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.karaf.shell</groupId> + <artifactId>org.apache.karaf.shell.console</artifactId> + <version>3.0.8</version> + </dependency> </dependencies> </project> |