Fix dependency in aai-utils pom
[aai/aai-common.git] / aai-utils / pom.xml
index 137b260..5b0b2c2 100644 (file)
 
     <properties>
         <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
-        <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
     </properties>
 
-
     <dependencies>
 
         <dependency>
@@ -41,9 +40,9 @@
 
         <!-- Common logging framework -->
         <dependency>
-            <groupId>org.openecomp.aai.logging-service</groupId>
+            <groupId>org.onap.aai.logging-service</groupId>
             <artifactId>common-logging</artifactId>
-            <version>1.0.0</version>
+            <version>${project.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/org.springframework/spring-core -->
@@ -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>
     </build>
 
-    <distributionManagement>
-        <site>
-            <id>ecomp-site</id>
-            <url>dav:${onap.nexus.url}${sitePath}</url>
-        </site>
-    </distributionManagement>
-
     <reporting>
         <plugins>
             <plugin>
         </plugins>
     </reporting>
 
-
 </project>
\ No newline at end of file