Change parent poms 32/93132/1
authorPatrick Brady <patrick.brady@att.com>
Thu, 8 Aug 2019 21:58:52 +0000 (14:58 -0700)
committerPatrick Brady <patrick.brady@att.com>
Thu, 8 Aug 2019 21:59:05 +0000 (14:59 -0700)
Changing the parent pom of appc-dispatcher and
appc-directed-graph so that they no longer point
to the root appc pom, instead they point to the
org.onap.appc.parent pom files.

Change-Id: I116bd06471482e19715a3c5ada506f9d700e5576
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686

appc-directed-graph/pom.xml
appc-dispatcher/pom.xml
pom.xml

index 416c849..6529849 100644 (file)
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.onap.appc</groupId>
-        <artifactId>appc</artifactId>
-        <version>1.6.2-SNAPSHOT</version>
+        <groupId>org.onap.appc.parent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>2.6.0</version>
     </parent>
 
     <groupId>org.onap.appc</groupId>
index 5ef35e0..13565e6 100644 (file)
@@ -26,9 +26,9 @@
          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>
     <parent>
-        <groupId>org.onap.appc</groupId>
-        <artifactId>appc</artifactId>
-        <version>1.6.2-SNAPSHOT</version>
+        <groupId>org.onap.appc.parent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>2.6.0</version>
     </parent>
 
     <artifactId>appc-dispatcher</artifactId>
                 <artifactId>powermock-api-mockito</artifactId>
                 <version>1.6.4</version>
             </dependency>
+            <dependency>
+                <groupId>org.mockito</groupId>
+                <artifactId>mockito-core</artifactId>
+                <version>1.10.19</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.hamcrest</groupId>
+                <artifactId>hamcrest-core</artifactId>
+                <version>1.3</version>
+                <scope>test</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>
diff --git a/pom.xml b/pom.xml
index 0f1e040..798a9f0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -543,19 +543,6 @@ limitations under the License.
                   <artifactId>sonar-maven-plugin</artifactId>
                   <version>3.2</version>
                 </plugin>
-                <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <skipStaging>true</skipStaging>
-                                       <skip>true</skip>
-                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                       <serverId>ecomp-staging</serverId>
-                               </configuration>
-                       </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
@@ -618,19 +605,6 @@ limitations under the License.
                     </execution>
                 </executions>
             </plugin>
-                       <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <skipStaging>true</skipStaging>
-                                       <skip>true</skip>
-                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                       <serverId>ecomp-staging</serverId>
-                               </configuration>
-                       </plugin>
         </plugins>
     </build>