summaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-07-08 14:12:36 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-07-09 05:45:55 +0000
commit5cd79e4b4a5dad5cbfab80148057076694d3365a (patch)
tree725730b7ea88a06e45bcf47feb1044d261707347 /common/onap-common-configuration-management/pom.xml
parentfbb1e44c2e189569bffdc23504b643257808397d (diff)
Removed unused slf4j from configuration lib
Change-Id: I000f051f0e5fceafded7f06e8088e019cf1b730e Issue-ID: SDC-1478 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'common/onap-common-configuration-management/pom.xml')
-rw-r--r--common/onap-common-configuration-management/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/onap-common-configuration-management/pom.xml b/common/onap-common-configuration-management/pom.xml
index 7dec3fcd14..6c11bdf30c 100644
--- a/common/onap-common-configuration-management/pom.xml
+++ b/common/onap-common-configuration-management/pom.xml
@@ -3,7 +3,6 @@
<modelVersion>4.0.0</modelVersion>
<name>onap-common-configuration-management</name>
- <groupId>org.onap.sdc.common</groupId>
<artifactId>onap-common-configuration-management</artifactId>
<packaging>pom</packaging>
@@ -20,11 +19,4 @@
<module>onap-configuration-management-test</module>
</modules>
-<repositories>
- <repository>
- <id>java.net</id>
- <url>http://repo1.maven.org/maven2</url>
- </repository>
-</repositories>
-
</project>