You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/02/07 19:45:20 UTC

svn commit: r1443651 - /stanbol/trunk/contenthub/servicesapi/pom.xml

Author: rwesten
Date: Thu Feb  7 18:45:20 2013
New Revision: 1443651

URL: http://svn.apache.org/r1443651
Log:
STANBOL-915: Removed unused dependency to the Stanbol Entityhub. With this change the Contenthub does no longer depend on the Entityhub.

Modified:
    stanbol/trunk/contenthub/servicesapi/pom.xml

Modified: stanbol/trunk/contenthub/servicesapi/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/contenthub/servicesapi/pom.xml?rev=1443651&r1=1443650&r2=1443651&view=diff
==============================================================================
--- stanbol/trunk/contenthub/servicesapi/pom.xml (original)
+++ stanbol/trunk/contenthub/servicesapi/pom.xml Thu Feb  7 18:45:20 2013
@@ -54,11 +54,11 @@
       <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
       <version>0.10.0</version>
     </dependency>
-    <dependency>
+    <!-- dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
       <version>0.10.0-incubating</version>
-    </dependency>
+    </dependency -->
     
     <dependency>
       <groupId>org.apache.solr</groupId>