diff options
author | Dan Timoney <dtimoney@att.com> | 2019-10-30 20:38:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-30 20:38:16 +0000 |
commit | 68a4d953e819be52458d0f432d6419eeea340672 (patch) | |
tree | 8049d0a818a53a4fa88f7770fd263e7951ac2c2b /dblib/provider/pom.xml | |
parent | 9de62d0c1f99e26c4923eb6fba6e569c08d6ca1f (diff) | |
parent | c9bf82b628b7d3f5f21f153538f950ac9a7d1294 (diff) |
Merge "remove EncShellCommand"
Diffstat (limited to 'dblib/provider/pom.xml')
-rwxr-xr-x | dblib/provider/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml index a3bd00f3a..0af382506 100755 --- a/dblib/provider/pom.xml +++ b/dblib/provider/pom.xml @@ -15,11 +15,6 @@ <packaging>bundle</packaging> <name>ccsdk-sli-core :: dblib :: ${project.artifactId}</name> - <url>http://maven.apache.org</url> - - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> <dependencies> <dependency> @@ -33,20 +28,11 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <scope>test</scope> </dependency> @@ -74,9 +60,5 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.karaf.shell</groupId> - <artifactId>org.apache.karaf.shell.console</artifactId> - </dependency> </dependencies> </project> |