added containermanager shell feature
[controller.git] / opendaylight / distribution / opendaylight-karaf / pom.xml
index 67c30454f86cc7b640c871b2e89955dda452262e..6a6a12d1de2499cb1956f02f456b158fd79f470e 100644 (file)
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+    <!-- scope is compile so all features (there is only one) are installed
+            into startup.properties and the feature repo itself is not installed -->
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>base-features</artifactId>
       <version>${project.version}</version>
-      <type>kar</type>
+      <type>pom</type>
       <scope>runtime</scope>
     </dependency>
     <dependency>