diff options
-rw-r--r-- | appc-directed-graph/pom.xml | 6 | ||||
-rw-r--r-- | appc-dispatcher/pom.xml | 18 | ||||
-rw-r--r-- | pom.xml | 26 |
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> @@ -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> |