Bump to odlparent 3.1.3
[neutron.git] / features / production / odl-neutron-northbound-api / pom.xml
index c0e120339831595dc9e5519076c9925e98f492c3..4aae1b99f0b1f677d65d82dba2c17de83a5a1016 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.3</version>
         <relativePath/>
     </parent>
 
     </properties>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.infrautils</groupId>
+            <artifactId>odl-infrautils-utils</artifactId>
+            <version>1.4.0-SNAPSHOT</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>odl-aaa-shiro</artifactId>
             <artifactId>northbound-api</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <!-- because the REST API classes @Inject @OsgiService INeutronCRUD dependencies,
+             we do need a dependency to the implementation of those INeutronCRUDs in transcriber;
+             otherwise this feature would not work standalone, and SFT will fail. -->
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>transcriber</artifactId>
+            <version>${project.version}</version>
+        </dependency>
      </dependencies>
 </project>