Add a feature to start swagger
[transportpce.git] / karaf / pom.xml
index fe329e044d080137895bb6111e93d00b2a50114c..900d4457fa118c6afc0f5b37fa1c9866f05a96f3 100644 (file)
@@ -82,6 +82,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-swagger</artifactId>
+      <version>${project.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 
   <build>