Fix "FileNotFound" error for jacoco.exec and the path to the integration
[controller.git] / opendaylight / commons / opendaylight / pom.xml
index 075ccb1bfa58bff729814c4ccd65eaa2dbb17458..57b930778dd28a51a589abedb5bc0c952208d2f7 100644 (file)
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>${surefire.version}</version>
-        <configuration>
-          <argLine>${testvm.argLine}</argLine>
-        </configuration>
       </plugin>
     </plugins>
     <pluginManagement>
       <artifactId>jersey-json</artifactId>
       <version>${jersey.version}</version>
     </dependency>
+    <dependency>
+        <groupId>org.ow2.asm</groupId>
+        <artifactId>asm-all</artifactId>
+        <version>4.1</version>
+    </dependency>
   </dependencies>
 </project>