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/05/10 11:33:38 UTC

svn commit: r1480962 - /stanbol/trunk/entityhub/yard/solr/pom.xml

Author: rwesten
Date: Fri May 10 09:33:38 2013
New Revision: 1480962

URL: http://svn.apache.org/r1480962
Log:
STANBOL-723, STANBOL-1054, STANBOL-1055: now depending to the newest Entityhub ServicesAPI to have the new Similarity Constraint API available

Modified:
    stanbol/trunk/entityhub/yard/solr/pom.xml

Modified: stanbol/trunk/entityhub/yard/solr/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1480962&r1=1480961&r2=1480962&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/solr/pom.xml (original)
+++ stanbol/trunk/entityhub/yard/solr/pom.xml Fri May 10 09:33:38 2013
@@ -121,6 +121,11 @@
     <!-- Stanbol Entityhub internal dependencies -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.core</artifactId>
       <version>0.12.0-SNAPSHOT</version>
     </dependency>