Author: prabhat.jha(a)jboss.com
Date: 2009-05-21 10:34:33 -0400 (Thu, 21 May 2009)
New Revision: 13399
Modified:
modules/cms/branches/JBP_CMS_1_2_5_DB2/cms-jackrabbit/pom.xml
Log:
fixing db2
Modified: modules/cms/branches/JBP_CMS_1_2_5_DB2/cms-jackrabbit/pom.xml
===================================================================
--- modules/cms/branches/JBP_CMS_1_2_5_DB2/cms-jackrabbit/pom.xml 2009-05-21 13:24:44 UTC
(rev 13398)
+++ modules/cms/branches/JBP_CMS_1_2_5_DB2/cms-jackrabbit/pom.xml 2009-05-21 14:34:33 UTC
(rev 13399)
@@ -227,19 +227,19 @@
<version>10.2.0.4</version>
<scope>test</scope>
</dependency-->
+ <dependency>
+ <groupId>com.ibm</groupId>
+ <artifactId>db2jcc</artifactId>
+ <version>3.1.57</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.ibm</groupId>
+
<artifactId>db2jcc_license_cu</artifactId>
+ <version>3.1.57</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
- <groupId>com.ibm.db2</groupId>
- <artifactId>jdbc-driver</artifactId>
- <version>9.5</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.ibm.db2</groupId>
- <artifactId>jdbc-driver-license</artifactId>
- <version>9.5</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>net.sourceforge.jtds</groupId>
<artifactId>jtds</artifactId>
<version>1.2.2</version>
Show replies by date