Merge "Update Sparky README files"
[aai/sparky-be.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 39370ea..ae567c1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
                <module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
                <ajscRuntimeVersion>2.0.0</ajscRuntimeVersion>
                <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot>
-               <frontEndGroupdId>org.amdocs.aaiee</frontEndGroupdId>
+               <frontEndGroupdId>org.onap.aai</frontEndGroupdId>
                <frontEndArtifactId>sparky-fe</frontEndArtifactId>
                <frontEndVersion>1.1.0-SNAPSHOT</frontEndVersion>
 
@@ -56,7 +56,6 @@
        </properties>
 
        <dependencies>
-
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-all</artifactId>
                        <scope>test</scope>
                </dependency>
 
-               <!-- <dependency> <groupId>com.att.csp</groupId> <artifactId>gatekeeper</artifactId> 
-                       <version>1.0</version> <scope>system</scope> <systemPath>${project.basedir}/local-repository/gatekeeper-1.0.jar</systemPath> 
-                       </dependency> <dependency> <groupId>com.att.csp</groupId> <artifactId>PSE_Lite</artifactId> 
-                       <version>1.0</version> <scope>system</scope> <systemPath>${project.basedir}/local-repository/PSE_Lite-1.0.jar</systemPath> 
-                       </dependency> -->
-
                <dependency>
                        <groupId>org.eclipse.persistence</groupId>
                        <artifactId>eclipselink</artifactId>
         <dependency>
             <groupId>org.onap.aai.logging-service</groupId>
             <artifactId>common-logging</artifactId>
-            <version>1.2.0-SNAPSHOT</version>
+            <version>1.2.0</version>
         </dependency>
 
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-schema</artifactId>
-            <version>1.2.0-SNAPSHOT</version>
+            <version>1.2.0</version>
         </dependency>
 
         <dependency>
             <groupId>org.onap.aai</groupId>
             <artifactId>rest-client</artifactId>
-            <version>1.2.0-SNAPSHOT</version>
+            <version>1.2.0</version>
         </dependency>
 
                <dependency>
                                                        <configuration>
                                                                <artifactItems>
                                                                        <artifactItem>
-                                                                               <groupId>org.onap.aai.sparky-fe</groupId>
-                                                                               <artifactId>sparky-fe</artifactId>
-                                                                               <version>1.1.0-SNAPSHOT</version>
+                                                                               <groupId>${frontEndGroupdId}</groupId>
+                                                                               <artifactId>${frontEndArtifactId}</artifactId>
+                                                                               <version>${frontEndVersion}</version>
                                                                                <type>war</type>
                                                                                <outputDirectory>${basedir}/target/swm/package/nix/dist_files${distFilesRoot}/extApps/</outputDirectory>
                                                                                <destFileName>aai.war</destFileName>
             <url>${nexusproxy}/content/repositories/snapshots/</url>
         </snapshotRepository>
     </distributionManagement>
-</project>
+</project>
\ No newline at end of file