summaryrefslogtreecommitdiffstats
path: root/dblib/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-05-11 19:01:01 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-11 19:01:01 +0000
commit3929ab562482aa67a0a544fd72e2812fb03db554 (patch)
tree39c1ead402a3f3ea3cb067ea8776960d1f080174 /dblib/provider/pom.xml
parent00f76876657c2239421d3cdfbbd1532833b89e89 (diff)
parent972b25417e2851486940ca93d73763026eaa13b6 (diff)
Merge "Provide support for properties encryption"
Diffstat (limited to 'dblib/provider/pom.xml')
-rwxr-xr-xdblib/provider/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml
index 3eaefd06..9bf898f5 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>