From c1a3150b964c0153e6f5a43dbc4d4df727dbd359 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 28 Jun 2018 19:40:46 +0200 Subject: [PATCH] Use features with ranges in odl-config-netty This adds a range dependency for odl-netty-4 and odl-guava-23. Change-Id: I9ac0758e979e8253d56609ab5efbfb990ae04f63 Signed-off-by: Stephen Kitt --- features/config-netty/odl-config-netty/pom.xml | 6 ++++++ .../odl-config-netty/src/main/feature/feature.xml | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 features/config-netty/odl-config-netty/src/main/feature/feature.xml diff --git a/features/config-netty/odl-config-netty/pom.xml b/features/config-netty/odl-config-netty/pom.xml index 2a1d289ea3..151d1b1d1b 100644 --- a/features/config-netty/odl-config-netty/pom.xml +++ b/features/config-netty/odl-config-netty/pom.xml @@ -42,6 +42,12 @@ xml features + + org.opendaylight.odlparent + odl-guava-23 + xml + features + ${project.groupId} netty-event-executor-config diff --git a/features/config-netty/odl-config-netty/src/main/feature/feature.xml b/features/config-netty/odl-config-netty/src/main/feature/feature.xml new file mode 100644 index 0000000000..856733f869 --- /dev/null +++ b/features/config-netty/odl-config-netty/src/main/feature/feature.xml @@ -0,0 +1,14 @@ + + + + + odl-guava-23 + odl-netty-4 + + -- 2.36.6