aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-08-08 14:58:52 -0700
committerPatrick Brady <patrick.brady@att.com>2019-08-08 14:59:05 -0700
commit972397fd9860d9c19a5d2c66d082e431d827c7a6 (patch)
tree81bcb90903d65228695692f093ab329af88b874d
parent11bfecabaf6115d5264bc9dc487474127565e533 (diff)
Change parent poms
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
-rw-r--r--appc-directed-graph/pom.xml6
-rw-r--r--appc-dispatcher/pom.xml18
-rw-r--r--pom.xml26
3 files changed, 18 insertions, 32 deletions
diff --git a/appc-directed-graph/pom.xml b/appc-directed-graph/pom.xml
index 416c8495c..6529849e5 100644
--- a/appc-directed-graph/pom.xml
+++ b/appc-directed-graph/pom.xml
@@ -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>
diff --git a/appc-dispatcher/pom.xml b/appc-dispatcher/pom.xml
index 5ef35e096..13565e60f 100644
--- a/appc-dispatcher/pom.xml
+++ b/appc-dispatcher/pom.xml
@@ -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>
@@ -97,6 +97,18 @@
<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 0f1e04032..798a9f05a 100644
--- 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>