From a8019353d75b1ce276a488be058406413a608383 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Mon, 4 Jan 2021 11:59:30 +0100 Subject: [PATCH] Bump deps to new Silicon dev versions org.opendaylight.odlparent * 8.0.0 -> 8.0.3 org.opendaylight.mdsal * 7.0.1 -> 7.0.4 add jakarta.xml.bind-api dependency (needed by jersey-test) with scope test in pce pom file as it was dropped from yangtools dependencies in change https://git.opendaylight.org/gerrit/c/yangtools/+/93852 Signed-off-by: guillaume.lambert Change-Id: I09e3ff0435b6d0cbe121c26c98bb919cd8a438b4 --- api/pom.xml | 2 +- common/pom.xml | 4 ++-- features/odl-transportpce-inventory/pom.xml | 2 +- features/odl-transportpce-tapi/pom.xml | 2 +- features/odl-transportpce/pom.xml | 2 +- features/pom.xml | 2 +- inventory/pom.xml | 2 +- karaf/pom.xml | 2 +- networkmodel/pom.xml | 4 ++-- olm/pom.xml | 2 +- ordmodels/common/pom.xml | 2 +- ordmodels/device/pom.xml | 2 +- ordmodels/network/pom.xml | 2 +- ordmodels/pom.xml | 2 +- ordmodels/service/pom.xml | 2 +- pce/pom.xml | 7 ++++++- pom.xml | 2 +- renderer/pom.xml | 2 +- servicehandler/pom.xml | 2 +- tapi/pom.xml | 4 ++-- tapimodels/pom.xml | 2 +- test-common/pom.xml | 4 ++-- 22 files changed, 31 insertions(+), 26 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index b04c3cb31..2a2d6e436 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 diff --git a/common/pom.xml b/common/pom.xml index c0d606224..b29c3e1fe 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 @@ -31,7 +31,7 @@ org.opendaylight.mdsal mdsal-artifacts - 7.0.1 + 7.0.4 import pom diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index cb7ee3010..871382af5 100644 --- a/features/odl-transportpce-inventory/pom.xml +++ b/features/odl-transportpce-inventory/pom.xml @@ -9,7 +9,7 @@ org.opendaylight.odlparent single-feature-parent - 8.0.0 + 8.0.3 diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index 21ca534d2..c03f2d416 100644 --- a/features/odl-transportpce-tapi/pom.xml +++ b/features/odl-transportpce-tapi/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 8.0.0 + 8.0.3 diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index 4aad74866..5455ca92a 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 8.0.0 + 8.0.3 diff --git a/features/pom.xml b/features/pom.xml index 43c9e59dc..157532930 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.0.0 + 8.0.3 diff --git a/inventory/pom.xml b/inventory/pom.xml index 77cfa30b8..bca92bfc6 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 diff --git a/karaf/pom.xml b/karaf/pom.xml index a2ac221dd..a5782269a 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent karaf4-parent - 8.0.0 + 8.0.3 diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index bd843053c..fcf990a2f 100644 --- a/networkmodel/pom.xml +++ b/networkmodel/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 8.0.0 + 8.0.3 @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 7.0.1 + 7.0.4 import pom diff --git a/olm/pom.xml b/olm/pom.xml index a0c43588d..3394e7445 100644 --- a/olm/pom.xml +++ b/olm/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index 59baa0e30..d0ba9cc8a 100644 --- a/ordmodels/common/pom.xml +++ b/ordmodels/common/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 385105903..4017e985c 100644 --- a/ordmodels/device/pom.xml +++ b/ordmodels/device/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index e66553ae7..74d76c2ef 100644 --- a/ordmodels/network/pom.xml +++ b/ordmodels/network/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 3904d2aeb..7728730c0 100644 --- a/ordmodels/pom.xml +++ b/ordmodels/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index 211fad2c2..e92b1f3b0 100644 --- a/ordmodels/service/pom.xml +++ b/ordmodels/service/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 diff --git a/pce/pom.xml b/pce/pom.xml index 84de5b4da..15dab814b 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 @@ -106,6 +106,11 @@ jersey-hk2 test + + jakarta.xml.bind + jakarta.xml.bind-api + test + diff --git a/pom.xml b/pom.xml index 207b3ca75..b3f924f0f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 8.0.0 + 8.0.3 diff --git a/renderer/pom.xml b/renderer/pom.xml index c8b77b555..19e7d4549 100644 --- a/renderer/pom.xml +++ b/renderer/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index cd8933fc2..38acad2d0 100644 --- a/servicehandler/pom.xml +++ b/servicehandler/pom.xml @@ -15,7 +15,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 diff --git a/tapi/pom.xml b/tapi/pom.xml index 87a7f96f2..e4ff75674 100644 --- a/tapi/pom.xml +++ b/tapi/pom.xml @@ -15,7 +15,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 @@ -29,7 +29,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal mdsal-artifacts - 7.0.1 + 7.0.4 import pom diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index 877eee05a..e31f43f43 100644 --- a/tapimodels/pom.xml +++ b/tapimodels/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.1 + 7.0.4 diff --git a/test-common/pom.xml b/test-common/pom.xml index 2ca4c842d..7850990ce 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 8.0.0 + 8.0.3 @@ -32,7 +32,7 @@ org.opendaylight.mdsal mdsal-artifacts - 7.0.1 + 7.0.4 import pom -- 2.36.6