aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oparent/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml
index 820e8e2..f86fa37 100644
--- a/oparent/pom.xml
+++ b/oparent/pom.xml
@@ -457,23 +457,6 @@
<artifactId>sonar-maven-plugin</artifactId>
<version>3.3.0.603</version>
</plugin>
- <plugin>
- <groupId>org.onap.oparent</groupId>
- <artifactId>version-check-maven-plugin</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <executions>
- <execution>
- <id>version-check</id>
- <phase>compile</phase>
- <goals>
- <goal>version-check</goal>
- </goals>
- <configuration>
- <manifestUri>https://git.onap.org/integration/plain/versions/java-manifest.csv</manifestUri>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</pluginManagement>
<plugins>