Added TestHelper with new PaxExam options, which could be reused by other ITs.
[controller.git] / opendaylight / md-sal / sal-binding-it / pom.xml
index 86b6626303665b72792c6b403ecc2adc6792817d..e5d9ba9134a1bde4e65fc521406d26e160202177 100644 (file)
       <version>${exam.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.ops4j.pax.exam</groupId>
+      <artifactId>pax-exam</artifactId>
+      <version>${exam.version}</version>
+      <!--  Compile scope here is intentional, it is used
+            in TestHelper class which could be downloaded
+            via nexus and reused in other integration tests.
+      -->
+      <scope>compile</scope>
+    </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-link-mvn</artifactId>