Move auth-client as independent
[aaf/authz.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ff137c7..4f8babe 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,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">
        <modelVersion>4.0.0</modelVersion>
-       <groupId>org.onap.aaf.authz.authz</groupId>
+       <groupId>org.onap.aaf.authz</groupId>
        <artifactId>parent</artifactId>
        <version>2.1.0-SNAPSHOT</version>
        <name>AAF Overall Parent</name>
                </plugins>
        </build>
        <modules>
-               <module>auth/auth-client</module>
-               <module>misc</module>
+               <module>auth-client</module>
+               <!-- <module>misc</module>
                <module>cadi</module>
-               <module>auth</module>
+               <module>auth</module>  -->
        </modules>
 
        <distributionManagement>