[teiid-commits] teiid SVN: r1517 - trunk/test-integration/db.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Oct 1 17:23:46 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-10-01 17:23:46 -0400 (Thu, 01 Oct 2009)
New Revision: 1517

Modified:
   trunk/test-integration/db/pom.xml
Log:
Teiid 773 - cleanup

Modified: trunk/test-integration/db/pom.xml
===================================================================
--- trunk/test-integration/db/pom.xml	2009-10-01 20:57:01 UTC (rev 1516)
+++ trunk/test-integration/db/pom.xml	2009-10-01 21:23:46 UTC (rev 1517)
@@ -13,6 +13,17 @@
  	<groupId>org.jboss.teiid.teiid-test-integration</groupId>
 	<description>Integration tests that require external database dependencies </description>
 
+	<repositories>
+		<repository>
+			<id>jboss</id>
+			<url>http://repository.jboss.com/maven2/</url>
+		</repository>
+		<repository>
+			<id>jboss-snapshot</id>
+			<url>http://snapshots.jboss.org/maven2</url>
+		</repository>
+	</repositories>
+
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.ant</groupId>



More information about the teiid-commits mailing list