commit 1fde8b0c5f0577d72e8080dea96613685a9ca2f6
parent b9b2075a2efc77808ac6b5256c5a8cd8d44ef302
Author: Dan Callaghan <djc@djc.id.au>
Date: Sun, 16 May 2010 16:44:37 +1000
need to exclude stupid slf4j stuff
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -82,6 +82,16 @@
<groupId>au.com.miskinhill.jena</groupId>
<artifactId>jena</artifactId>
<version>2.6.2.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>au.id.djc</groupId>