adding c3p0 as test dependency - contibution to #4955 root/tags/cdmlib/2015-06-01_01 2015-06-01_01
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 1 Jun 2015 10:45:45 +0000 (12:45 +0200)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 1 Jun 2015 10:45:45 +0000 (12:45 +0200)
cdmlib-remote-webapp/pom.xml

index 229cb2adcbab9fc6481eec1f3b5e26de85ed6af8..65a06f2f49a804b51357d7cc1a91b7657ae3d415 100644 (file)
       <version>1.1.2</version>
       <type>tld</type>
     </dependency>
-    <!-- Connection Pooling -->
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-c3p0</artifactId>
-    </dependency>
     <!-- swagger -->
     <dependency>
       <groupId>com.mangofactory</groupId>
       <artifactId>yjp-controller-api-redist</artifactId>
       <scope>test</scope>
     </dependency>
+    <!-- Connection Pooling and jdbc -->
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-c3p0</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+        <artifactId>c3p0</artifactId>
+        <groupId>com.mchange</groupId>
+    </dependency>
   </dependencies>
 
   <build>