[hibernate-commits] Hibernate SVN: r19040 - search/branches/v3_1_1_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Mar 21 22:49:08 EDT 2010


Author: stliu
Date: 2010-03-21 22:49:08 -0400 (Sun, 21 Mar 2010)
New Revision: 19040

Modified:
   search/branches/v3_1_1_GA_CP/pom.xml
Log:
JBPAPP-3922 add new DB profile oracle 11gR2

Modified: search/branches/v3_1_1_GA_CP/pom.xml
===================================================================
--- search/branches/v3_1_1_GA_CP/pom.xml	2010-03-22 02:43:14 UTC (rev 19039)
+++ search/branches/v3_1_1_GA_CP/pom.xml	2010-03-22 02:49:08 UTC (rev 19040)
@@ -793,6 +793,25 @@
 	                <jdbc.isolation/>
 	            </properties>
 	        </profile>
+			<profile>
+	            <id>oracle11gR2</id>
+	            <dependencies>
+	                <dependency>
+	                    <groupId>com.oracle</groupId>
+	                    <artifactId>ojdbc6</artifactId>
+	                    <version>11.2.0.1.0</version>
+	                    <scope>test</scope>
+	                </dependency>
+	            </dependencies>
+	            <properties>
+	                <db.dialect>org.hibernate.dialect.Oracle10gDialect</db.dialect>
+	                <jdbc.driver>oracle.jdbc.driver.OracleDriver</jdbc.driver>
+	                <jdbc.url>jdbc:oracle:thin:@vmg27.mw.lab.eng.bos.redhat.com:1521:qaora11</jdbc.url>
+	                <jdbc.user>hibbr330</jdbc.user>
+	                <jdbc.pass>hibbr330</jdbc.pass>
+	                <jdbc.isolation/>
+	            </properties>
+	        </profile>
         <!-- ================================ -->
         <!-- Dependecy profiles to test w and -->
         <!-- w/o optional dependencies        -->



More information about the hibernate-commits mailing list