commit 10ec7c3699580ab881d824ef58b8c43b48f6dd24
parent 45905a1e4913cf059aeecfb3ca82da9d37cd649d
Author: Dan Callaghan <djc@djc.id.au>
Date: Sun, 16 May 2010 16:45:02 +1000
slf4j exclusions
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -80,6 +80,14 @@
<groupId>com.hp.hpl.jena</groupId>
<artifactId>jena</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>