diff options
Diffstat (limited to 'appc-outbound/appc-network-inventory-client/provider')
-rwxr-xr-x | appc-outbound/appc-network-inventory-client/provider/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index d65cf4b0d..18aee6863 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -66,6 +66,11 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.jline</groupId> + <artifactId>jline</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |