]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Read the message body using the same method as ActiveMQ web
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index 7dbcd53cd4eed76685d1ad64619b97a9d6664a59..fc33ff5eaa7ac0510c1189f615e21f531fdab3b3 100644 (file)
@@ -21,7 +21,7 @@
                <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
                <version.activemq>5.2.0.0006</version.activemq>
                <version.activemq-web>5.2.0.0005</version.activemq-web>
-               <version.maven-argeo-osgi>0.1.7</version.maven-argeo-osgi>
+               <version.maven-argeo-osgi>0.1.8</version.maven-argeo-osgi>
        </properties>
        <scm>
                <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc</connection>
@@ -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>com.springsource.net.sourceforge.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>