diff options
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 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> |