exclude commons logging as it's handled by logback

This commit is contained in:
Athou
2015-02-20 17:10:02 +01:00
parent 88b98a138f
commit 0b42e00b29

View File

@@ -261,6 +261,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl</artifactId>
<version>2.1.1</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>