Remove duplicate karaf-branding declaration 17/42817/2
authorRobert Varga <rovarga@cisco.com>
Sat, 30 Jul 2016 11:25:47 +0000 (13:25 +0200)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 1 Aug 2016 02:36:21 +0000 (02:36 +0000)
scope=compile is the default, hence elimite the duplicate
which emits a maven warning.

Change-Id: Id352a6a11008effec98371d8f4e48ec95df60b41
Signed-off-by: Robert Varga <rovarga@cisco.com>
karaf/karaf-parent/pom.xml

index 99b0eb14bb2800b6b2812f375a9ec5017f2d447c..0f91b078b08dde8048c893c9db3d1fa8a744efd4 100644 (file)
@@ -91,11 +91,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>opendaylight-karaf-resources</artifactId>
       <version>${karaf.resources.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.odlparent</groupId>
-      <artifactId>karaf.branding</artifactId>
-      <version>${branding.version}</version>
-    </dependency>
 
     <!-- Aries Proxy 1.0.5 contains important bug fixes -->
     <!-- Once we upgrade to a version of Karaf which has at least 1.0.5, this can be removed -->