See if we can get the features-test copied into system but not visible
authorEd Warnicke <eaw@cisco.com>
Thu, 12 Mar 2015 01:39:45 +0000 (18:39 -0700)
committerEd Warnicke <eaw@cisco.com>
Thu, 12 Mar 2015 01:44:26 +0000 (18:44 -0700)
Change-Id: I4db6d1d27b4fda060b39027b6e5ad7fe1cbe37f4
Signed-off-by: Ed Warnicke <eaw@cisco.com>
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>