diff options
author | Lee, Tian (tl5884) <tianl@amdocs.com> | 2017-11-10 17:40:08 +0000 |
---|---|---|
committer | Lee, Tian (tl5884) <tianl@amdocs.com> | 2017-11-10 17:40:08 +0000 |
commit | e688e8076b6972ccdd41bbf1adae75dd193b0861 (patch) | |
tree | bfa6171edaa77fd053125f16ee6b73a0931a8cb2 /aai-utils/pom.xml | |
parent | bbb0564f720281765027df3fd9f1b174cae8bfb4 (diff) |
Fix dependency in aai-utils pom
aai-utils pom depends on org.openecomp.aai.logging-service, which no
longer exists.
Change-Id: Ib05bc80d8666daa151f5a8c6c8777bbf4971a344
Issue-Id: AAI-459
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Diffstat (limited to 'aai-utils/pom.xml')
-rw-r--r-- | aai-utils/pom.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index e162f730..5b0b2c23 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -15,10 +15,9 @@ <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> - <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> - <dependencies> <dependency> @@ -41,7 +40,7 @@ <!-- Common logging framework --> <dependency> - <groupId>org.openecomp.aai.logging-service</groupId> + <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> <version>${project.version}</version> </dependency> @@ -73,7 +72,6 @@ </dependency> </dependencies> - <build> <plugins> <!-- license plugin --> @@ -97,7 +95,6 @@ </executions> </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> @@ -127,5 +124,4 @@ </plugins> </reporting> - -</project> +</project>
\ No newline at end of file |