]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Centralize MySQL config
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index 7dbcd53cd4eed76685d1ad64619b97a9d6664a59..efa7f3db87295b49341b6e5653e96f62f4e9630f 100644 (file)
@@ -563,12 +563,28 @@ limitations under the License.
                                <artifactId>com.springsource.org.apache.commons.pool</artifactId>
                                <version>1.4.0</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.dbcp</artifactId>
+                               <version>1.2.2.osgi</version>
+                       </dependency>
+
                        <!-- DB Drivers -->
                        <dependency>
                                <groupId>org.hsqldb</groupId>
                                <artifactId>com.springsource.org.hsqldb</artifactId>
                                <version>1.8.0.9</version>
                        </dependency>
+                       <dependency>
+                               <groupId>net.sourceforge.jtds</groupId>
+                               <artifactId>jtds</artifactId>
+                               <version>1.2.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.mysql.jdbc</groupId>
+                               <artifactId>com.springsource.com.mysql.jdbc</artifactId>
+                               <version>5.1.6</version>
+                       </dependency>
 
                        <!-- XML -->
                        <dependency>