You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by co...@apache.org on 2011/02/17 16:07:27 UTC

svn commit: r1071635 - /incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.db/pom.xml

Author: concelvio
Date: Thu Feb 17 15:07:27 2011
New Revision: 1071635

URL: http://svn.apache.org/viewvc?rev=1071635&view=rev
Log:
STANBOL-97
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-97 - KReS Semion Reengineer for RDB Test Fails

Modified:
    incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.db/pom.xml

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.db/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.db/pom.xml?rev=1071635&r1=1071634&r2=1071635&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.db/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.db/pom.xml Thu Feb 17 15:07:27 2011
@@ -144,6 +144,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>
@@ -238,7 +244,12 @@
                             </exclusion>
                        </exclusions>
 		</dependency>
-	
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.5.2</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>