You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/12/10 01:08:21 UTC

svn commit: r1644254 - in /manifoldcf/branches/release-2.0-branch: ./ framework/connector-common/pom.xml

Author: kwright
Date: Wed Dec 10 00:08:21 2014
New Revision: 1644254

URL: http://svn.apache.org/r1644254
Log:
Get the connector-common tests to run properly under maven

Modified:
    manifoldcf/branches/release-2.0-branch/   (props changed)
    manifoldcf/branches/release-2.0-branch/framework/connector-common/pom.xml

Propchange: manifoldcf/branches/release-2.0-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Dec 10 00:08:21 2014
@@ -119,3 +119,4 @@
 /manifoldcf/branches/CONNECTORS-981:1605049-1605773
 /manifoldcf/branches/CONNECTORS-989:1611600-1612101
 /manifoldcf/branches/CONNECTORS-990:1610284-1610707
+/manifoldcf/trunk:1644252

Modified: manifoldcf/branches/release-2.0-branch/framework/connector-common/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.0-branch/framework/connector-common/pom.xml?rev=1644254&r1=1644253&r2=1644254&view=diff
==============================================================================
--- manifoldcf/branches/release-2.0-branch/framework/connector-common/pom.xml (original)
+++ manifoldcf/branches/release-2.0-branch/framework/connector-common/pom.xml Wed Dec 10 00:08:21 2014
@@ -174,6 +174,24 @@
       <version>${junit.version}</version>
       <scope>test</scope>
     </dependency>
-    
+    <dependency>
+      <groupId>postgresql</groupId>
+      <artifactId>postgresql</artifactId>
+      <version>${postgresql.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+      <version>${hsqldb.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>${slf4j.version}</version>
+      <scope>test</scope>
+    </dependency>
+
   </dependencies>
 </project>