From 6c3b8d90f351e6e09442585d57d87cbec5f621c4 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 23 Dec 2018 08:57:13 +0100 Subject: [PATCH] Reuse odlparent common features Rather than packaging commons-lang3 ourselves, use odlparent-provided feature. Same goes for servlet-api and commons-text. Change-Id: Icdd20a83cb98242e22f77dd7d8108699f1f30887 Signed-off-by: Robert Varga --- features/mdsal/odl-mdsal-clustering-commons/pom.xml | 12 ++++++++++++ .../src/main/feature/feature.xml | 2 ++ .../mdsal/odl-mdsal-distributed-datastore/pom.xml | 6 ++++++ .../src/main/feature/feature.xml | 13 +++++++++++++ opendaylight/md-sal/sal-clustering-commons/pom.xml | 1 + 5 files changed, 34 insertions(+) create mode 100644 features/mdsal/odl-mdsal-distributed-datastore/src/main/feature/feature.xml diff --git a/features/mdsal/odl-mdsal-clustering-commons/pom.xml b/features/mdsal/odl-mdsal-clustering-commons/pom.xml index 211d232a96..a046a3924b 100644 --- a/features/mdsal/odl-mdsal-clustering-commons/pom.xml +++ b/features/mdsal/odl-mdsal-clustering-commons/pom.xml @@ -47,6 +47,18 @@ xml features + + org.opendaylight.odlparent + odl-apache-commons-lang3 + xml + features + + + org.opendaylight.odlparent + odl-servlet-api + xml + features + ${project.groupId} sal-clustering-commons diff --git a/features/mdsal/odl-mdsal-clustering-commons/src/main/feature/feature.xml b/features/mdsal/odl-mdsal-clustering-commons/src/main/feature/feature.xml index bb5c552cf6..faa27f8585 100644 --- a/features/mdsal/odl-mdsal-clustering-commons/src/main/feature/feature.xml +++ b/features/mdsal/odl-mdsal-clustering-commons/src/main/feature/feature.xml @@ -11,5 +11,7 @@ odl-akka-system-2.5 odl-akka-persistence-2.5 odl-akka-clustering-2.5 + odl-apache-commons-lang3 + odl-servlet-api diff --git a/features/mdsal/odl-mdsal-distributed-datastore/pom.xml b/features/mdsal/odl-mdsal-distributed-datastore/pom.xml index 3912616ba7..5f3e1012fa 100644 --- a/features/mdsal/odl-mdsal-distributed-datastore/pom.xml +++ b/features/mdsal/odl-mdsal-distributed-datastore/pom.xml @@ -40,6 +40,12 @@ xml features + + org.opendaylight.odlparent + odl-apache-commons-text + xml + features + ${project.groupId} odl-mdsal-clustering-commons diff --git a/features/mdsal/odl-mdsal-distributed-datastore/src/main/feature/feature.xml b/features/mdsal/odl-mdsal-distributed-datastore/src/main/feature/feature.xml new file mode 100644 index 0000000000..7716205f1f --- /dev/null +++ b/features/mdsal/odl-mdsal-distributed-datastore/src/main/feature/feature.xml @@ -0,0 +1,13 @@ + + + + + odl-apache-commons-text + + diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 2b79a38790..c503434dc0 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -73,6 +73,7 @@ + javax.servlet javax.servlet-api -- 2.36.6