Bump upstream dependencies to S-SR2
[transportpce.git] / karaf / pom.xml
index ec21243f95daad5cc03e01cd1b2d311cb626abe0..7b52d37eb080e77df5706af28d75426dd3e85d8f 100644 (file)
@@ -7,41 +7,39 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>9.0.6</version>
+    <version>10.0.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-karaf</artifactId>
-  <version>4.0.0-SNAPSHOT</version>
+  <version>6.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
   <properties>
     <karaf.localFeature>odl-transportpce</karaf.localFeature>
     <device.yang.jar.extract.directory>
-        ${project.build.outputDirectory}/../yang-models/schema
+      ${project.build.outputDirectory}/../yang-models/schema
     </device.yang.jar.extract.directory>
     <device.yang.final.directory>
-        ${project.build.outputDirectory}/../assembly/cache/schema
+      ${project.build.outputDirectory}/../assembly/cache/schema
     </device.yang.final.directory>
   </properties>
 
   <dependencies>
-
     <dependency>
-    <!-- scope is compile so all features (there is only one) are installed into startup.properties
+      <!-- scope is compile so all features (there is only one) are installed into startup.properties
                 and the feature repo itself is not installed -->
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
       <type>kar</type>
     </dependency>
-
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>odl-transportpce</artifactId>
@@ -82,6 +80,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>