Change groupID to match Garrit Project
[aaf/authz.git] / cadi / shiro / pom.xml
index 5dc86b2..799622b 100644 (file)
@@ -22,7 +22,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <parent>
-               <groupId>org.onap.aaf.cadi</groupId>
+               <groupId>org.onap.aaf.authz.cadi</groupId>
                <artifactId>parent</artifactId>
                <version>1.5.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
@@ -88,7 +88,7 @@
 
        <dependencies>
                <dependency>
-                       <groupId>org.onap.aaf.cadi</groupId>
+                       <groupId>org.onap.aaf.authz.cadi</groupId>
                        <artifactId>aaf-cadi-aaf</artifactId>
                </dependency>
                <dependency>
                     </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-deploy-plugin</artifactId>
+                                       <version>2.8.1</version>
+                                       <configuration>
+                                               <skip>true</skip>
+                                       </configuration>
+       
+                               </plugin>
                </plugins>
                
        </build>