Author: rwesten
Date: Mon Oct 31 14:21:55 2011
New Revision: 1195468
URL: http://svn.apache.org/viewvc?rev=1195468&view=rev
Log:
this should correct the missing org.slf4j dependencies as reported by jenkins
build 492
Modified:
incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml
Modified: incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml?rev=1195468&r1=1195467&r2=1195468&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml Mon Oct 31
14:21:55 2011
@@ -108,6 +108,11 @@
<artifactId>tagsoup</artifactId>
<version>1.2.1</version>
</dependency>
+ <!-- logging framework -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
<!-- dependencies for testing -->
<dependency>
<groupId>org.slf4j</groupId>