added commons-logging

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

View File

@ -294,6 +294,11 @@
<artifactId>commons-codec</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
<build>