Author: rwesten
Date: Tue Dec 17 15:40:05 2013
New Revision: 1551582

URL: http://svn.apache.org/r1551582
Log:
STANBOL-1202: added new test dependency for FieldQueries to the ClerezzaYard, 
removed log4j from SolrYard

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

Modified: stanbol/trunk/entityhub/yard/clerezza/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/clerezza/pom.xml?rev=1551582&r1=1551581&r2=1551582&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/yard/clerezza/pom.xml Tue Dec 17 15:40:05 2013
@@ -132,6 +132,11 @@
       <artifactId>rdf.simple.storage</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency> <!--  needed by the field query tests -->
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.jena.sparql</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: stanbol/trunk/entityhub/yard/solr/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1551582&r1=1551581&r2=1551582&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/solr/pom.xml (original)
+++ stanbol/trunk/entityhub/yard/solr/pom.xml Tue Dec 17 15:40:05 2013
@@ -181,11 +181,6 @@
       <artifactId>slf4j-log4j12</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
 </project>


Reply via email to