diff options
-rwxr-xr-x | epsdk-app-onap/pom.xml | 5 | ||||
-rwxr-xr-x | vid-app-common/pom.xml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 892ea1265..40e4bcf25 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -104,11 +104,6 @@ <finalName>vid</finalName>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>versions-maven-plugin</artifactId>
- <version>1.3.1</version>
- </plugin>
- <plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index d38ad2c3b..463298116 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -83,11 +83,6 @@ <plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>versions-maven-plugin</artifactId>
- <version>1.3.1</version>
- </plugin>
- <plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
|