Add unimgr into distribution 18/60818/3
authorDonald Hunter <donaldh@cisco.com>
Thu, 27 Jul 2017 15:27:19 +0000 (11:27 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 31 Jul 2017 17:13:41 +0000 (13:13 -0400)
Change-Id: I467705a82a12a55a01ef084feec6ab4b06208340
Signed-off-by: Donald Hunter <donaldh@cisco.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
artifacts/upstream/artifacts/pom.xml
artifacts/upstream/properties/pom.xml
artifacts/upstream/single-features/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index 276c20bca3876714312ad8b121340fa3dc6d481d..47e2292409c5ed7362e7b7e4183481a104468220 100644 (file)
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.unimgr</groupId>
+                <artifactId>unimgr-artifacts</artifactId>
+                <version>${unimgr.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>
index 8cda25628b7256e9e66b3a23d0973edd4d2c3a11..8b46737f07fc44a003b95d7b62b9dff61f1c1a3c 100644 (file)
@@ -92,9 +92,7 @@
         <topoprocessing.version>0.4.0-SNAPSHOT</topoprocessing.version>
         <tsdr.version>1.4.0-SNAPSHOT</tsdr.version>
         <ttp.version>0.5.0-SNAPSHOT</ttp.version>
-        <!-- Removing on 5/23/17 b/c of compilation failures
         <unimgr.version>0.3.0-SNAPSHOT</unimgr.version>
-        -->
         <usc.version>1.4.0-SNAPSHOT</usc.version>
         <vpnservice.version>0.5.0-SNAPSHOT</vpnservice.version>
         <vtn-manager.version>0.7.0-SNAPSHOT</vtn-manager.version>
index c3bdd356109e9a94649b38680c19bdfc8cb27a19..42c443b3f2349ec3d61685fec58de3c8755631bd 100644 (file)
                 <type>xml</type>
             </dependency>
 
+            <!-- UNIMGR -->
+            <dependency>
+                <groupId>org.opendaylight.unimgr</groupId>
+                <artifactId>odl-unimgr</artifactId>
+                <version>${unimgr.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- VTN -->
             <dependency>
                 <groupId>org.opendaylight.vtn</groupId>
 
       </dependencies>
     </dependencyManagement>
-</project>
\ No newline at end of file
+</project>
index c7aab3a2aa20bb584fe24881a68f9b8d6a63ca3d..b334ac3fff2a4a9117b1d1cdd445360d32e3bc86 100644 (file)
             <type>xml</type>
         </dependency>
 
+        <!-- Unimgr -->
+        <dependency>
+            <groupId>org.opendaylight.unimgr</groupId>
+            <artifactId>features4-unimgr</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- VTN -->
         <dependency>
             <groupId>org.opendaylight.vtn</groupId>
index 613858e169d5aaf1f179b42db9239fb2791e651b..b09b4fbf26797d9e709d1b32ec7d345db4c92d69 100644 (file)
             <classifier>features</classifier>
         </dependency>
 
+        <!-- Unimgr -->
+        <dependency>
+            <groupId>org.opendaylight.unimgr</groupId>
+            <artifactId>odl-unimgr</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
     </dependencies>
 </project>