mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Removed dependency on 'org.apache.commons.collections' (#1236)
* Removed dependency on 'org.apache.commons.collections' * Removed dependency from feature Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
ec2958a072
commit
32e20111f0
@ -56,12 +56,6 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Apache Commons -->
|
<!-- Apache Commons -->
|
||||||
<dependency>
|
|
||||||
<groupId>commons-collections</groupId>
|
|
||||||
<artifactId>commons-collections</artifactId>
|
|
||||||
<version>3.2.1</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-exec</artifactId>
|
<artifactId>commons-exec</artifactId>
|
||||||
|
@ -346,12 +346,6 @@
|
|||||||
<!-- END: logging -->
|
<!-- END: logging -->
|
||||||
|
|
||||||
<!-- Apache Commons -->
|
<!-- Apache Commons -->
|
||||||
<dependency>
|
|
||||||
<groupId>commons-collections</groupId>
|
|
||||||
<artifactId>commons-collections</artifactId>
|
|
||||||
<version>3.2.1</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-exec</artifactId>
|
<artifactId>commons-exec</artifactId>
|
||||||
|
@ -23,12 +23,9 @@
|
|||||||
|
|
||||||
<!-- Apache Commons -->
|
<!-- Apache Commons -->
|
||||||
<bundle dependency="true">mvn:commons-codec/commons-codec/1.6</bundle>
|
<bundle dependency="true">mvn:commons-codec/commons-codec/1.6</bundle>
|
||||||
<bundle dependency="true">mvn:commons-collections/commons-collections/3.2.1</bundle>
|
|
||||||
<!--<bundle dependency="true">mvn:org.apache.commons/commons-collections4/4.1</bundle>-->
|
|
||||||
<bundle dependency="true">mvn:org.apache.commons/commons-exec/1.1</bundle>
|
<bundle dependency="true">mvn:org.apache.commons/commons-exec/1.1</bundle>
|
||||||
<bundle dependency="true">mvn:commons-io/commons-io/2.2</bundle>
|
<bundle dependency="true">mvn:commons-io/commons-io/2.2</bundle>
|
||||||
<bundle dependency="true">mvn:commons-lang/commons-lang/2.6</bundle>
|
<bundle dependency="true">mvn:commons-lang/commons-lang/2.6</bundle>
|
||||||
<!--<bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.4</bundle>-->
|
|
||||||
|
|
||||||
<!-- Measurement -->
|
<!-- Measurement -->
|
||||||
<bundle dependency="true">mvn:javax.measure/unit-api/1.0</bundle>
|
<bundle dependency="true">mvn:javax.measure/unit-api/1.0</bundle>
|
||||||
|
Loading…
Reference in New Issue
Block a user