From 32e20111f079d37be9595ab423287733dfccdff7 Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Thu, 19 Dec 2019 17:01:16 +0100 Subject: [PATCH] Removed dependency on 'org.apache.commons.collections' (#1236) * Removed dependency on 'org.apache.commons.collections' * Removed dependency from feature Signed-off-by: Christoph Weitkamp --- bom/compile/pom.xml | 6 ------ bom/runtime/pom.xml | 6 ------ features/karaf/openhab-tp/src/main/feature/feature.xml | 3 --- 3 files changed, 15 deletions(-) diff --git a/bom/compile/pom.xml b/bom/compile/pom.xml index a2789082d..d808a0f7c 100644 --- a/bom/compile/pom.xml +++ b/bom/compile/pom.xml @@ -56,12 +56,6 @@ - - commons-collections - commons-collections - 3.2.1 - compile - org.apache.commons commons-exec diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index 21db6d299..615284fc0 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -346,12 +346,6 @@ - - commons-collections - commons-collections - 3.2.1 - compile - org.apache.commons commons-exec diff --git a/features/karaf/openhab-tp/src/main/feature/feature.xml b/features/karaf/openhab-tp/src/main/feature/feature.xml index 805e35659..620df8283 100644 --- a/features/karaf/openhab-tp/src/main/feature/feature.xml +++ b/features/karaf/openhab-tp/src/main/feature/feature.xml @@ -23,12 +23,9 @@ mvn:commons-codec/commons-codec/1.6 - mvn:commons-collections/commons-collections/3.2.1 - mvn:org.apache.commons/commons-exec/1.1 mvn:commons-io/commons-io/2.2 mvn:commons-lang/commons-lang/2.6 - mvn:javax.measure/unit-api/1.0