Cleanup dependencyManagement overrides 82/5482/1
authorRobert Varga <rovarga@cisco.com>
Thu, 27 Feb 2014 12:19:48 +0000 (13:19 +0100)
committerRobert Varga <rovarga@cisco.com>
Thu, 27 Feb 2014 12:30:08 +0000 (13:30 +0100)
This patch gets rid of a few warnings coming from overriding version
specified in parent dependencyManagement section.

Change-Id: Ida9662498bd152cc91954dc1843045c0553164ba
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-netconf-connector/pom.xml
opendaylight/md-sal/sal-remote/pom.xml
opendaylight/md-sal/samples/toaster-consumer/pom.xml
opendaylight/netconf/config-persister-impl/pom.xml

index 289afbbce31c7dd94e827a206d193251103bdcb3..33cd94d6a8ca6dccce75868190893a376f3608cb 100644 (file)
@@ -44,7 +44,6 @@
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-broker-impl</artifactId>
-            <version>1.1-SNAPSHOT</version>
             <scope>test</scope>
             <type>jar</type>
         </dependency>
index b0424f945b72660e9dc8190fab910a93dd91eec9..090c56f67dd0c431f8df2b24ae4e123c5b35190c 100644 (file)
@@ -17,7 +17,6 @@
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-api</artifactId>
-            <version>1.1-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>
index fca9783f6152807283bd4f54dd1d5e4e74a588bf..07a7d41ee7734849e0eed91c3c9bce09001fb36f 100644 (file)
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>config-api</artifactId>
-            <version>${config.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-config</artifactId>
-            <version>${sal-binding-api.version}</version>
         </dependency>
        </dependencies>
 </project>
index daaf60c1d3662caaa7a5febdb8da90f43eca4e46..c0b9f68814141427098f92304f024021b74dcfb9 100644 (file)
@@ -44,7 +44,6 @@
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>config-persister-file-xml-adapter</artifactId>
             <scope>test</scope>
-            <version>${config.version}</version>
         </dependency>
 
         <!-- test dependencies -->
@@ -71,7 +70,6 @@
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>config-persister-directory-xml-adapter</artifactId>
-            <version>${config.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>