aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-08-30 11:16:32 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-08-30 11:16:32 -0700
commitf7ee34dce0f9a6a4ea11bc0daac28fffc4de2a99 (patch)
treeb4e9c1f75b815af262cac54e1437d395987fdac6
parent4764be478f82bea1c8a0ab85bb990d6d806cce4e (diff)
Remove dependency on version-check-maven-plugin
Change-Id: I66e969cd449c74cc9ea9631f4b7747a4d3acfb96 Issue-id: INT-125 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--oparent/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml
index 7843e77..9d66682 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>