update project build configuration
[transportpce.git] / features / odl-transportpce-api / pom.xml
index e7943a8210114d268694ee7bab25b58bba8080e6..076206eecf029c2c4d85b057b302b2f4a575b208 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.0</version>
     <relativePath/>
   </parent>
 
@@ -27,7 +27,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <mdsal.version>1.7.3-SNAPSHOT</mdsal.version>
     <restconf.version>1.7.3-SNAPSHOT</restconf.version>
     <yangtools.version>1.3.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.7.3-SNAPSHOT</dlux.version>
     <netconf.version>1.4.3-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
@@ -45,8 +44,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>transportpce-api</artifactId>
+      <artifactId>odl-transportpce-ordmodels</artifactId>
       <version>${project.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
     </dependency>
     <dependency>
       <groupId>${project.groupId}.ordmodels</groupId>
@@ -68,6 +69,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>transportpce-ordmodels-device</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>transportpce-api</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
 
 <!-- skipping test since this is a util project / folder -->