Bug 5261 - Missing dependency on sal-binding-broker-impl in Boron build 47/34947/1
authorSam Hague <shague@redhat.com>
Thu, 18 Feb 2016 23:14:40 +0000 (18:14 -0500)
committerSam Hague <shague@redhat.com>
Thu, 18 Feb 2016 23:14:47 +0000 (18:14 -0500)
The sal-binding-broker-impl was set at 1.3.0. Boron is at 1.4.0. Removed
the version tag since config-parent will eventually bring in the
mdsal artifacts and the right version.

Change-Id: I2b6cfea13b5bd3eefcd1886855ac315ad1b640a4
Signed-off-by: Sam Hague <shague@redhat.com>
openstack/net-virt/pom.xml
southbound/southbound-impl/pom.xml

index 73fa3c68541b71d2dee342d3c146bae1c67e9ad6..a15efac65fe51476966ca3c8264f2955afdccb63 100644 (file)
@@ -165,7 +165,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-broker-impl</artifactId>
-      <version>1.3.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
index a50867d24515e19ac9823399033c8622ad348f3a..3e9c69ac385f9fc29509f0bde056cb9049fc1a4f 100644 (file)
@@ -101,7 +101,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-broker-impl</artifactId>
-      <version>1.3.0-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>