diff options
-rw-r--r-- | oparent/pom.xml | 11 | ||||
-rw-r--r-- | pom.xml | 3 |
2 files changed, 3 insertions, 11 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index 7843e77..820e8e2 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -45,13 +45,6 @@ <!-- If following file exist, auto-generation of sdk will be done --> <swagger-json>${basedir}/src/main/resources/swagger.json</swagger-json> </properties> - <dependencies> - <dependency> - <groupId>org.onap.oparent</groupId> - <artifactId>version-check-maven-plugin</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - </dependencies> <profiles> <profile> <id>generate-json</id> @@ -505,10 +498,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> </plugin> - <plugin> - <groupId>org.onap.oparent</groupId> - <artifactId>version-check-maven-plugin</artifactId> - </plugin> </plugins> </build> </project> @@ -98,6 +98,9 @@ <requireReleaseDeps> <failWhenParentIsSnapshot>false</failWhenParentIsSnapshot> <onlyWhenRelease>true</onlyWhenRelease> + <excludes> + <exclude>org.onap.oparent:*</exclude> + </excludes> </requireReleaseDeps> </rules> </configuration> |