Author: rwesten
Date: Tue Oct 15 13:28:36 2013
New Revision: 1532327

URL: http://svn.apache.org/r1532327
Log:
Changes related to STANBOL-1132 caused the a test to fail, because the 
Classpath of the UnitTest was mixing different versions of the 
o.a.stanbol.enhancer.nlp* modules. Now the tests do use the released 0.10.0 
version

Modified:
    stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml

Modified: stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml?rev=1532327&r1=1532326&r2=1532327&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml Tue Oct 15 
13:28:36 2013
@@ -167,7 +167,7 @@
     <dependency> <!-- required to read the test data (merkel_nlp.json) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.nlp.json</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.10.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>


Reply via email to