Update pom files
[demo.git] / vnfs / VESreporting_vLB / pom.xml
index 51e9397..6b92052 100644 (file)
@@ -16,6 +16,7 @@
 
        <plugin>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>2.3.2</version>
         <executions>
           <execution>
             <id>default-jar</id>
           </execution>
         </executions>
       </plugin>
-<plugin>
+<!--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>
+</plugin-->
 
     </plugins>
   </build>