Remove unimgr from nitrogen distribution 50/61050/2
authorLuis Gomez <ecelgp@gmail.com>
Wed, 2 Aug 2017 15:12:29 +0000 (08:12 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 2 Aug 2017 18:43:06 +0000 (18:43 +0000)
unimgr is still consuming odlparent 1.9.0

Change-Id: I91d312db07ca960b99fefa52aa9a0a8f251c1f3e
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
artifacts/upstream/artifacts/pom.xml
artifacts/upstream/single-features/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index 47e2292409c5ed7362e7b7e4183481a104468220..93fa69bb4e3ee133afb0ee38fcc05c20c5d86e1a 100644 (file)
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <!-- This project is still using odlparent 1.9.0
             <dependency>
                 <groupId>org.opendaylight.unimgr</groupId>
                 <artifactId>unimgr-artifacts</artifactId>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            -->
         </dependencies>
     </dependencyManagement>
 </project>
index 8d11a4b7bac4e013149783b629a40639e019dadf..0805a5e1bf2f731015e25998d6fe7b53c53b41f7 100644 (file)
             </dependency>
 
             <!-- UNIMGR -->
+            <!-- This project is still using odlparent 1.9.0
             <dependency>
                 <groupId>org.opendaylight.unimgr</groupId>
                 <artifactId>odl-unimgr</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
+            -->
 
             <!-- VTN -->
             <dependency>
index d9a3505a2bc36b776e477f692584d82b702c3fb3..636350ced66d3ce8240d1d4e50aa0374c188d360 100644 (file)
         </dependency>
 
         <!-- Unimgr -->
+        <!-- This project is still using odlparent 1.9.0
         <dependency>
             <groupId>org.opendaylight.unimgr</groupId>
             <artifactId>features4-unimgr</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        -->
 
         <!-- VTN -->
         <dependency>
index 7cda7ff4357701a51452ed0f07438b39251e26ac..0d77393bf8541261e76fdb168d792bd61336b560 100644 (file)
         </dependency>
 
         <!-- Unimgr -->
+        <!-- This project is still using odlparent 1.9.0
         <dependency>
             <groupId>org.opendaylight.unimgr</groupId>
             <artifactId>odl-unimgr</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        -->
 
     </dependencies>
 </project>