Author: rwesten
Date: Thu Jun 13 09:14:53 2013
New Revision: 1492587
URL: http://svn.apache.org/r1492587
Log:
STANBOL-1104: updated dependency of the Entityhub services API to
0.12.0-SNAPSHOT, because the unit tests do need this version for testing with
the 0.12.0-SNAPSHOT version of the SolrYard
Modified:
stanbol/trunk/entityhub/ldpath/pom.xml
Modified: stanbol/trunk/entityhub/ldpath/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/ldpath/pom.xml?rev=1492587&r1=1492586&r2=1492587&view=diff
==============================================================================
--- stanbol/trunk/entityhub/ldpath/pom.xml (original)
+++ stanbol/trunk/entityhub/ldpath/pom.xml Thu Jun 13 09:14:53 2013
@@ -88,6 +88,12 @@
<!-- dependencies on other Entityhub modules -->
<dependency>
<groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
+ <!-- NOTE: 0.11.0 would be fine, but 0.12.0-SNAPSHOT is required for
unit tests -->
+ <version>0.12.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
<version>0.11.0</version>
</dependency>