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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Mar 22 10:47:52 EDT 2010


Author: rareddy
Date: 2010-03-22 10:47:51 -0400 (Mon, 22 Mar 2010)
New Revision: 1983

Modified:
   trunk/test-integration/pom.xml
Log:
fixing the compilation error

Modified: trunk/test-integration/pom.xml
===================================================================
--- trunk/test-integration/pom.xml	2010-03-20 21:03:03 UTC (rev 1982)
+++ trunk/test-integration/pom.xml	2010-03-22 14:47:51 UTC (rev 1983)
@@ -64,8 +64,12 @@
 			<artifactId>teiid-engine</artifactId>
 			<type>test-jar</type>
 		</dependency>
+        <dependency>
+            <groupId>org.jboss.teiid</groupId>
+            <artifactId>teiid-adminshell</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
-
 		<!-- external dependencies -->
 		<dependency>
 			<groupId>org.apache.derby</groupId>



More information about the teiid-commits mailing list