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:07:23 UTC

svn commit: r1644252 - /manifoldcf/trunk/framework/connector-common/pom.xml

Author: kwright
Date: Wed Dec 10 00:07:23 2014
New Revision: 1644252

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

Modified:
    manifoldcf/trunk/framework/connector-common/pom.xml

Modified: manifoldcf/trunk/framework/connector-common/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/connector-common/pom.xml?rev=1644252&r1=1644251&r2=1644252&view=diff
==============================================================================
--- manifoldcf/trunk/framework/connector-common/pom.xml (original)
+++ manifoldcf/trunk/framework/connector-common/pom.xml Wed Dec 10 00:07:23 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>