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