Dmaap client as a karaf feature
[transportpce.git] / karaf / pom.xml
index fe569f85254b0f302785a3fe9767aaf9e5fb7714..570926de42da0721d9f5699bd9b3130186c09249 100644 (file)
@@ -74,6 +74,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>odl-transportpce-dmaap-client</artifactId>
+      <version>${project.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 
   <build>