Squashed commit of the following:
[ovsdb.git] / integrationtest / pom.xml
index 57713cf61c82b52ba2d9859a36b128b9af3e8f24..2ec4668e2eca60ba09060b23d30a04780af2a1f9 100644 (file)
@@ -53,6 +53,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-binding-it</artifactId>
+      <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.ops4j.pax.exam</groupId>
+          <artifactId>pax-exam-container-native</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-binding-broker-impl</artifactId>
+      <scope>test</scope>
+    </dependency>
 
     <!-- Cache surefire in Maven Local repo for offline builds -->
     <dependency>
@@ -96,6 +112,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       </plugins>
     </pluginManagement>
     <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>
       <plugin>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>depends-maven-plugin</artifactId>
@@ -134,7 +162,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
               <parallel>none</parallel>
               <threadCount>1</threadCount>
               <excludes>
-                <exclude>**/NetVirtIT.java</exclude>
+                <exclude>**/NetVirtIT.java,**/NeutronIT.java</exclude>
               </excludes>
             </configuration>
           </execution>