added commonc codec dependency

This commit is contained in:
Massimiliano Assante 2020-04-06 11:35:48 +02:00
parent dbf750202a
commit e049419e5a
1 changed files with 5 additions and 0 deletions

View File

@ -289,6 +289,11 @@
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
<build>