See if we can get the features-test copied into system but not visible
[integration/distribution.git] / distributions / karaf / pom.xml
index 8cb0172fe9f140275e322a98215911120ba0448f..b62be53a9a9afb081ec7c6d572d6266da015f7cc 100644 (file)
       <scope>runtime</scope>
     </dependency>
 
+    <!-- integration test feature -->
+    <dependency>
+      <artifactId>features-integration-test</artifactId>
+      <groupId>org.opendaylight.integration</groupId>
+      <version>${project.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>test</scope>
+    </dependency>
+
     <!-- External application -->
     <dependency>
       <groupId>org.opendaylight.vtn</groupId>