Remove USC from master distribution 17/71217/2
authorLuis Gomez <ecelgp@gmail.com>
Mon, 23 Apr 2018 14:24:48 +0000 (07:24 -0700)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 23 Apr 2018 15:09:13 +0000 (15:09 +0000)
It pulls dlux which is not an active project.

Change-Id: I40f23634bce1eed0b167e4a4a587d64cb5630272
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
opendaylight/pom.xml

index a2bce6b5b26251341099636f6b7abf60152d1f5b..0bc02c0d84e8af6558f845ba0834707f2b988a8a 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
-        <!-- USC -->
-        <profile>
-            <id>usc</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.usc</groupId>
-                    <artifactId>usc-features</artifactId>
-                    <version>1.6.0-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>test</scope>
-                </dependency>
-            </dependencies>
-        </profile>
     </profiles>
 </project>