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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Jan 27 10:35:58 EST 2010


Author: vhalbert at redhat.com
Date: 2010-01-27 10:35:58 -0500 (Wed, 27 Jan 2010)
New Revision: 1783

Modified:
   trunk/test-integration/db/pom.xml
Log:
Teiid-773 - fix the dependency setting related to referencing test-jar's needed for compile and testing.

Modified: trunk/test-integration/db/pom.xml
===================================================================
--- trunk/test-integration/db/pom.xml	2010-01-27 04:57:41 UTC (rev 1782)
+++ trunk/test-integration/db/pom.xml	2010-01-27 15:35:58 UTC (rev 1783)
@@ -29,19 +29,20 @@
 			<artifactId>junit</artifactId>
 			<version>4.4</version>
 		</dependency>
-
+	
+			
 		<dependency>
 			<groupId>org.jboss.teiid</groupId>
 			<artifactId>teiid-client-jdbc</artifactId>
 			<type>test-jar</type>
-			<scope>provided</scope>
+			<scope>compile</scope>
 		</dependency>
-        
+     
 		<dependency>
 			<groupId>org.jboss.teiid</groupId>
 			<artifactId>teiid-engine</artifactId>
 			<type>test-jar</type>
-			<scope>provided</scope>
+			<scope>compile</scope>
 		</dependency> 
 
 		<dependency>
@@ -388,6 +389,7 @@
 						<phase>integration-test</phase>
 						<configuration>
 							<tasks>
+								
 								<property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
 								<property name="scenario.dir"  value="${scenario.dir}"></property>
 								<property name="queryset.artifacts.dir"  value="${queryset.artifacts.dir}"></property>
@@ -399,6 +401,7 @@
 								<property name="proj.dir" value="${project.basedir}" />
 
 								<ant antfile="src/main/resources/ctc_tests/ctc.xml" />
+
 							</tasks>
 						</configuration>
 						<goals>



More information about the teiid-commits mailing list