diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -91,18 +91,6 @@ </dependency> </dependencies> </plugin> - - <plugin> - <groupId>org.onap.oparent</groupId> - <artifactId>version-check-maven-plugin</artifactId> - <executions> - <execution> - <id>version-check</id> - <phase/> - </execution> - </executions> - </plugin> - </plugins> <pluginManagement> @@ -186,20 +174,6 @@ <version>1.2.3</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.onap.oparent</groupId> - <artifactId>version-check-maven-plugin</artifactId> - <version>1.0.0-SNAPSHOT</version> - <scope>provided</scope> - <optional>true</optional> - <exclusions> - <exclusion> - <groupId>*</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> |