Removed dependency on 'org.apache.commons.exec' (#1359)

* Removed dependency on 'org.apache.commons.exec'
* Use StringBuilder

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp
2020-02-12 13:20:06 +01:00
committed by GitHub
parent 2cf5931de2
commit 11fa4fad4a
12 changed files with 121 additions and 99 deletions
@@ -23,7 +23,6 @@
<!-- Apache Commons -->
<bundle dependency="true">mvn:commons-codec/commons-codec/1.6</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-lang/commons-lang/2.6</bundle>