Skip to content

Commit 32e2011

Browse files
cweitkampwborn
authored andcommitted
Removed dependency on 'org.apache.commons.collections' (openhab#1236)
* Removed dependency on 'org.apache.commons.collections' * Removed dependency from feature Signed-off-by: Christoph Weitkamp <[email protected]>
1 parent ec2958a commit 32e2011

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

bom/compile/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
</dependency>
5757

5858
<!-- Apache Commons -->
59-
<dependency>
60-
<groupId>commons-collections</groupId>
61-
<artifactId>commons-collections</artifactId>
62-
<version>3.2.1</version>
63-
<scope>compile</scope>
64-
</dependency>
6559
<dependency>
6660
<groupId>org.apache.commons</groupId>
6761
<artifactId>commons-exec</artifactId>

bom/runtime/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,6 @@
346346
<!-- END: logging -->
347347

348348
<!-- Apache Commons -->
349-
<dependency>
350-
<groupId>commons-collections</groupId>
351-
<artifactId>commons-collections</artifactId>
352-
<version>3.2.1</version>
353-
<scope>compile</scope>
354-
</dependency>
355349
<dependency>
356350
<groupId>org.apache.commons</groupId>
357351
<artifactId>commons-exec</artifactId>

features/karaf/openhab-tp/src/main/feature/feature.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@
2323

2424
<!-- Apache Commons -->
2525
<bundle dependency="true">mvn:commons-codec/commons-codec/1.6</bundle>
26-
<bundle dependency="true">mvn:commons-collections/commons-collections/3.2.1</bundle>
27-
<!--<bundle dependency="true">mvn:org.apache.commons/commons-collections4/4.1</bundle>-->
2826
<bundle dependency="true">mvn:org.apache.commons/commons-exec/1.1</bundle>
2927
<bundle dependency="true">mvn:commons-io/commons-io/2.2</bundle>
3028
<bundle dependency="true">mvn:commons-lang/commons-lang/2.6</bundle>
31-
<!--<bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.4</bundle>-->
3229

3330
<!-- Measurement -->
3431
<bundle dependency="true">mvn:javax.measure/unit-api/1.0</bundle>

0 commit comments

Comments
 (0)