Remove duplicate dependency declarations
authorRobert Varga <rovarga@cisco.com>
Tue, 10 Mar 2015 08:52:48 +0000 (09:52 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 11 Mar 2015 09:25:42 +0000 (10:25 +0100)
These are declared twice, producing a maven warning. Remove duplicities.

Change-Id: Ica73b9220c5815e45591cd1d4a7600b432adee5d
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-binding-broker/pom.xml

index e95b118e4a5fbe61dad79b9f5761133993d668d3..b392eb240292351280ef2de81781d815835dc53e 100644 (file)
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-core-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal-test-model</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>binding-generator-impl</artifactId>