removed apache commons dependency

This commit is contained in:
Arndt Brenschede 2019-10-05 16:44:42 +02:00
parent 853e3e10d6
commit 89ef900b7c
3 changed files with 29 additions and 10 deletions

View file

@ -37,10 +37,5 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.8</version>
</dependency>
</dependencies>
</project>