BUG-2477 Remove unused pax-exam plugin from netconf-it 72/13372/3
authorVaclav Demcak <vdemcak@cisco.com>
Thu, 4 Dec 2014 21:15:38 +0000 (22:15 +0100)
committerVaclav Demcak <vdemcak@cisco.com>
Thu, 4 Dec 2014 21:15:38 +0000 (22:15 +0100)
+ remove version depend. in for pax-exam in adsal/commons/integrationtest

Change-Id: Ib077603f23072a1c56f6d39c51ad29bb7d7d8ad7
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Signed-off-by: Vaclav Demcak <vdemcak@cisco.com>
opendaylight/adsal/commons/integrationtest/pom.xml
opendaylight/netconf/netconf-it/pom.xml

index 1701964bf1855cbf967e9e113cacd157608012a7..e4d795d563b174960750f9fcb2b1b5c47d0e07c4 100644 (file)
       <plugin>
         <groupId>org.ops4j.pax.exam</groupId>
         <artifactId>maven-paxexam-plugin</artifactId>
-        <version>1.2.4</version>
         <executions>
           <execution>
             <id>generate-config</id>
index b2c5c4c8f7a6fa4a6818ba5a740cae1b29ebb7c2..7218ac78726c7c7297e215d57211a8a749f70c8f 100644 (file)
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.ops4j.pax.exam</groupId>
-        <artifactId>maven-paxexam-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>generate-config</id>
-            <goals>
-              <goal>generate-depends-file</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
 </project>