aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vLB/dns_streams/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/vLB/dns_streams/pom.xml')
-rw-r--r--vnfs/vLB/dns_streams/pom.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/vnfs/vLB/dns_streams/pom.xml b/vnfs/vLB/dns_streams/pom.xml
index 86a18781..5df7763e 100644
--- a/vnfs/vLB/dns_streams/pom.xml
+++ b/vnfs/vLB/dns_streams/pom.xml
@@ -17,6 +17,7 @@
<plugin>
<artifactId>maven-jar-plugin</artifactId>
+ <version>2.3.2</version>
<executions>
<execution>
<id>default-jar</id>
@@ -45,23 +46,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.1</version>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- <executions>
- <execution>
- <phase>none</phase>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>