Remove commons-io and commons-codec dependencies (#2329)
Signed-off-by: Wouter Born <github@maindrain.net>pull/2337/head
parent
f2bf0a26c9
commit
d5e1ebca68
|
@ -59,12 +59,6 @@
|
|||
</dependency>
|
||||
|
||||
<!-- Apache Commons -->
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
|
|
|
@ -373,12 +373,6 @@
|
|||
<version>1.3.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<feature>eventadmin</feature>
|
||||
|
||||
<!-- Apache Commons -->
|
||||
<bundle dependency="true">mvn:commons-codec/commons-codec/1.6</bundle>
|
||||
<bundle dependency="true">mvn:commons-io/commons-io/2.2</bundle>
|
||||
<bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.12.0</bundle>
|
||||
|
||||
<!-- Measurement -->
|
||||
|
|
Loading…
Reference in New Issue