Author: concelvio
Date: Thu Feb 17 11:41:37 2011
New Revision: 1071585
URL: http://svn.apache.org/viewvc?rev=1071585&view=rev
Log:
STANBOL-10
1) Has been excluded the library slf4j-log4j12 which is given as "provider"
with a version 1.5.6. This gives conflict during the test with the version
1.5.2 of slf4j-api.
Issue #STANBOL-10 - KReS Rules Test Fails
Modified:
incubator/stanbol/trunk/kres/eu.iksproject.kres.rules/pom.xml
Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.rules/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.rules/pom.xml?rev=1071585&r1=1071584&r2=1071585&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.rules/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.rules/pom.xml Thu Feb 17
11:41:37 2011
@@ -91,6 +91,12 @@
<artifactId>jena</artifactId>
<version>2.6.2</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.hp.hpl.jena</groupId>