Add Direct Dependency on Commons Log
Commons log was a transient dependency, but should have been a direct dependency. Now take a direct dependency on it.
This commit is contained in:
parent
0954ed8b26
commit
6cb6b86b1f
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
|
@ -62,6 +62,12 @@
|
|||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.1.3</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
|
|
|
|||
Loading…
Reference in a new issue