Author: bdaw
Date: 2009-11-17 09:31:10 -0500 (Tue, 17 Nov 2009)
New Revision: 964
Modified:
idm/trunk/idm-testsuite/src/test/resources/datasources/datasources.xml
idm/trunk/parent/pom.xml
Log:
- postgres 8.3.7
Modified: idm/trunk/idm-testsuite/src/test/resources/datasources/datasources.xml
===================================================================
--- idm/trunk/idm-testsuite/src/test/resources/datasources/datasources.xml 2009-11-17
11:33:50 UTC (rev 963)
+++ idm/trunk/idm-testsuite/src/test/resources/datasources/datasources.xml 2009-11-17
14:31:10 UTC (rev 964)
@@ -125,6 +125,14 @@
</datasource>
<datasource>
+ <datasource-name>postgresql8-3-7</datasource-name>
+
<connection-url>jdbc:postgresql://vmg03.mw.lab.eng.bos.redhat.com:5432:identity</connection-url>
+ <driver-class>org.postgresql.Driver</driver-class>
+ <user-name>identity</user-name>
+ <password>identity</password>
+ </datasource>
+
+ <datasource>
<datasource-name>sqlserver2005-jtds</datasource-name>
<connection-url>jdbc:jtds:sqlserver://dev30.qa.atl.jboss.com:3918/identity</connection-url>
<driver-class>net.sourceforge.jtds.jdbc.Driver</driver-class>
Modified: idm/trunk/parent/pom.xml
===================================================================
--- idm/trunk/parent/pom.xml 2009-11-17 11:33:50 UTC (rev 963)
+++ idm/trunk/parent/pom.xml 2009-11-17 14:31:10 UTC (rev 964)
@@ -333,6 +333,25 @@
</dependencies>
</profile>
+ <profile>
+ <id>hudson-postgresql8-3-7</id>
+ <activation>
+ <property>
+ <name>dataSourceName</name>
+ <value>postgresql8-3-7</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>8.3-604</version>
+ <classifier>jdbc3</classifier>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+
<!--MySQL-->
<profile>
Show replies by date