Use released version of infrautils
[genius.git] / features / odl-genius-fcaps-application / pom.xml
index 95eb9ee34db64e546c2badd8f6c09ee25de66107..59cc50614d87ba2baead97fe69b641e241610991 100644 (file)
   <packaging>feature</packaging>
   <name>OpenDaylight :: genius :: fcapsapp</name>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.opendaylight.infrautils</groupId>
+        <artifactId>infrautils-artifacts</artifactId>
+        <version>1.8.0</version>
+        <scope>import</scope>
+        <type>pom</type>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
     <!-- Other Features -->
     <dependency>
@@ -48,7 +60,6 @@
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>odl-infrautils-inject</artifactId>
-      <version>1.8.0-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
@@ -62,7 +73,6 @@
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>odl-infrautils-metrics</artifactId>
-      <version>1.8.0-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>