From bfa72a941058c1a825cc0d1b745eea144c0622c2 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 27 Jun 2018 18:29:01 +0200 Subject: [PATCH] Use version ranges for odlparent feature deps This helps with upgrades and bump merges. This patch also adds a dependency on the Guava feature. Change-Id: Ifc6c40534e143a9589998f138c0a4378a980aff8 Signed-off-by: Stephen Kitt --- features/odl-lispflowmapping-southbound/pom.xml | 6 ++++++ .../src/main/feature/feature.xml | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 features/odl-lispflowmapping-southbound/src/main/feature/feature.xml diff --git a/features/odl-lispflowmapping-southbound/pom.xml b/features/odl-lispflowmapping-southbound/pom.xml index f37fc1579..a7e14068c 100644 --- a/features/odl-lispflowmapping-southbound/pom.xml +++ b/features/odl-lispflowmapping-southbound/pom.xml @@ -45,6 +45,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xml features + + org.opendaylight.odlparent + odl-guava-23 + xml + features + ${project.groupId} odl-lispflowmapping-models diff --git a/features/odl-lispflowmapping-southbound/src/main/feature/feature.xml b/features/odl-lispflowmapping-southbound/src/main/feature/feature.xml new file mode 100644 index 000000000..9eed6228c --- /dev/null +++ b/features/odl-lispflowmapping-southbound/src/main/feature/feature.xml @@ -0,0 +1,14 @@ + + + + + odl-netty-4 + odl-guava-23 + + -- 2.36.6