Fix dependency in aai-utils pom
[aai/aai-common.git] / aai-utils / pom.xml
index e162f73..5b0b2c2 100644 (file)
 
     <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>
         </plugins>
     </reporting>
 
-
-</project>
+</project>
\ No newline at end of file