Fix a maven warning 85/19585/2
authorRobert Varga <rovarga@cisco.com>
Tue, 5 May 2015 09:25:19 +0000 (11:25 +0200)
committerLori Jakab <lojakab@cisco.com>
Fri, 15 May 2015 05:48:58 +0000 (05:48 +0000)
We had a duplicate config-api declaration. The effects were bounded,
but removing one of them fixes a maven warning.

Change-Id: I13f04d24ce7c7a735875e9abd5d47a1baf4c8c80
Signed-off-by: Robert Varga <rovarga@cisco.com>
mappingservice/netconf/pom.xml

index 5e30a64018dbb95012e97f709745da8909f1e248..a71e2324ecf5ef90918693a04c2dd0424a2e562a 100644 (file)
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>config-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>config-api</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>config-manager</artifactId>