Author: enridaga
Date: Mon Oct 10 12:03:44 2011
New Revision: 1180901

URL: http://svn.apache.org/viewvc?rev=1180901&view=rev
Log:
Adding the dependency org.slf4j:slf4j-api in all poms of the reasoners module 
(STANBOL-346)

Removed:
    incubator/stanbol/trunk/reasoners/README
Modified:
    incubator/stanbol/trunk/reasoners/hermit/pom.xml
    incubator/stanbol/trunk/reasoners/jena/pom.xml
    incubator/stanbol/trunk/reasoners/manager/pom.xml
    incubator/stanbol/trunk/reasoners/owlapi/pom.xml
    incubator/stanbol/trunk/reasoners/owllink/pom.xml
    incubator/stanbol/trunk/reasoners/servicesapi/pom.xml

Modified: incubator/stanbol/trunk/reasoners/hermit/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/hermit/pom.xml?rev=1180901&r1=1180900&r2=1180901&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/hermit/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/hermit/pom.xml Mon Oct 10 12:03:44 2011
@@ -56,6 +56,11 @@
     </dependency>
     
                <!--Diagnostic dependencies -->
+                   <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
                <dependency>
                        <groupId>log4j</groupId>
                        <artifactId>log4j</artifactId>

Modified: incubator/stanbol/trunk/reasoners/jena/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/jena/pom.xml?rev=1180901&r1=1180900&r2=1180901&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/jena/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/jena/pom.xml Mon Oct 10 12:03:44 2011
@@ -41,6 +41,11 @@
        <dependencies>
 
                <!-- Diagnostic dependencies -->
+                   <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-log4j12</artifactId>

Modified: incubator/stanbol/trunk/reasoners/manager/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/manager/pom.xml?rev=1180901&r1=1180900&r2=1180901&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/manager/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/manager/pom.xml Mon Oct 10 12:03:44 2011
@@ -41,6 +41,11 @@
        <dependencies>
 
                <!-- Diagnostic dependencies -->
+       <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-log4j12</artifactId>

Modified: incubator/stanbol/trunk/reasoners/owlapi/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/owlapi/pom.xml?rev=1180901&r1=1180900&r2=1180901&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/owlapi/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/owlapi/pom.xml Mon Oct 10 12:03:44 2011
@@ -45,6 +45,11 @@
        <dependencies>
 
                <!-- Diagnostic dependencies -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-log4j12</artifactId>

Modified: incubator/stanbol/trunk/reasoners/owllink/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/owllink/pom.xml?rev=1180901&r1=1180900&r2=1180901&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/owllink/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/owllink/pom.xml Mon Oct 10 12:03:44 2011
@@ -66,7 +66,11 @@
                <type>jar</type>
                <scope>compile</scope>
        </dependency>    
-
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
                <!-- Testing deps -->
                <dependency>
                        <groupId>junit</groupId>

Modified: incubator/stanbol/trunk/reasoners/servicesapi/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/servicesapi/pom.xml?rev=1180901&r1=1180900&r2=1180901&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/servicesapi/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/servicesapi/pom.xml Mon Oct 10 12:03:44 
2011
@@ -42,6 +42,11 @@
 
        <dependencies>
                <!-- Diagnostic dependencies -->
+       <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-log4j12</artifactId>


Reply via email to