Move auth-client as independent
[aaf/authz.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e9584f1..4f8babe 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
        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</groupId>
-       <artifactId>super-pom</artifactId>
+       <artifactId>parent</artifactId>
        <version>2.1.0-SNAPSHOT</version>
        <name>AAF Overall Parent</name>
        <packaging>pom</packaging>
                </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>