From 70da817961c6228a7c9aa01a296bd415bb4acedc Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Thu, 18 Feb 2016 18:14:40 -0500 Subject: [PATCH] Bug 5261 - Missing dependency on sal-binding-broker-impl in Boron build 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 --- openstack/net-virt/pom.xml | 1 - southbound/southbound-impl/pom.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/openstack/net-virt/pom.xml b/openstack/net-virt/pom.xml index 73fa3c685..a15efac65 100644 --- a/openstack/net-virt/pom.xml +++ b/openstack/net-virt/pom.xml @@ -165,7 +165,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller sal-binding-broker-impl - 1.3.0-SNAPSHOT test-jar test diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index a50867d24..3e9c69ac3 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -101,7 +101,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller sal-binding-broker-impl - 1.3.0-SNAPSHOT test-jar test -- 2.36.6