added new dependency ag common-text

This commit is contained in:
Miriam Baglioni 2021-06-21 09:26:40 +02:00
parent 00dfaff973
commit 066e1dc772
1 changed files with 4 additions and 1 deletions

View File

@ -77,7 +77,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
</dependency>
</dependencies>