From 382bafc874466e32efb8d67c3a92373b35dde932 Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Thu, 20 Aug 2009 20:02:08 +0000 Subject: [PATCH] OPENJPA-1252 Same updates to this pom as for o-p-j in r806022 git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@806333 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-persistence-locking/pom.xml | 102 ++++++++++++++++++++++++++-- 1 file changed, 96 insertions(+), 6 deletions(-) diff --git a/openjpa-persistence-locking/pom.xml b/openjpa-persistence-locking/pom.xml index 8cb46783a..d31e5563a 100644 --- a/openjpa-persistence-locking/pom.xml +++ b/openjpa-persistence-locking/pom.xml @@ -142,7 +142,9 @@ --> test-derbynet - test-derbynet + + test-derbynet + @@ -270,6 +272,11 @@ -Dmssql.artifactid=sqljdbc4 --> test-mssql + + + test-mssql + + ${mssql.groupid} @@ -308,6 +315,11 @@ test-sqlserver + + + test-sqlserver + + net.sourceforge.jtds @@ -353,7 +365,11 @@ test-ingres - test-ingres + + + test-ingres + + com.ingres.jdbc @@ -406,10 +422,10 @@ - test-db2-jcc + + + test-db2-jcc + + ${db2.groupid} @@ -533,6 +554,65 @@ + + + test-derbyjcc + + + test-derbyjcc + + + + + ${db2.groupid} + ${db2.driver.artifactid} + ${db2.version} + test + + + ${db2.groupid} + ${db2.license.artifactid} + ${db2.version} + test + + + + http://not.a.real.repository + com.ibm.db2 + jcc-driver + jcc-license + 9.5 + + jdbc:db2://localhost:1527/openjpa20 + + uid + pwd + com.ibm.db2.jcc.DB2Driver + ${openjpa.derbyjcc.url} + ${openjpa.derbyjcc.username} + ${openjpa.derbyjcc.password} + + + + db2.repository + DB2 Repository + ${db2.maven.repo} + default + + false + + + true + ignore + + + + + test-ids-jcc + + + test-ids-jcc + + ${ids.groupid} @@ -627,6 +712,11 @@ -Doracle.version=10g --> test-oracle + + + test-oracle + + ${oracle.groupid}