Author: concelvio
Date: Thu Feb 17 14:36:04 2011
New Revision: 1071622
URL: http://svn.apache.org/viewvc?rev=1071622&view=rev
Log:
STANBOL-96
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.
2) Has been added as test library slf4j-simple 1.5.2
Issue #STANBOL-96 - KReS Semion Manager Test Fails
Modified:
incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.manager/pom.xml
Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.manager/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.manager/pom.xml?rev=1071622&r1=1071621&r2=1071622&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.manager/pom.xml
(original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.manager/pom.xml Thu
Feb 17 14:36:04 2011
@@ -138,6 +138,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>xerces</groupId>
@@ -214,6 +220,12 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.2</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>