aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/pom.xml b/pom.xml
index 0c25498b7..54ef85741 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>