Author: rwesten
Date: Tue Jul 10 09:46:42 2012
New Revision: 1359544

URL: http://svn.apache.org/viewvc?rev=1359544&view=rev
Log:
added missing logging dependency (STANBOL-675)

Modified:
    incubator/stanbol/trunk/entityhub/site/managed/pom.xml

Modified: incubator/stanbol/trunk/entityhub/site/managed/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/site/managed/pom.xml?rev=1359544&r1=1359543&r2=1359544&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/site/managed/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/site/managed/pom.xml Tue Jul 10 09:46:42 
2012
@@ -106,6 +106,12 @@
       <artifactId>org.osgi.compendium</artifactId>
       <scope>provided</scope>
     </dependency>
+    <!-- general purpose -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
 
     <!-- for tests -->
     <dependency>


Reply via email to