[hibernate-commits] Hibernate SVN: r19037 - core/branches/Branch_3_3_2_GA_CP/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Mar 21 22:38:15 EDT 2010


Author: stliu
Date: 2010-03-21 22:38:15 -0400 (Sun, 21 Mar 2010)
New Revision: 19037

Modified:
   core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
Log:
JBPAPP-3922 add new DB profile oracle 11gR2

Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-03-21 23:11:43 UTC (rev 19036)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-03-22 02:38:15 UTC (rev 19037)
@@ -646,6 +646,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>
 
         <!-- The Oracle11gRAC test envionment -->
         <profile>



More information about the hibernate-commits mailing list