Author: vhalbert(a)redhat.com
Date: 2010-03-22 16:34:29 -0400 (Mon, 22 Mar 2010)
New Revision: 1985
Modified:
trunk/test-integration/db/pom.xml
Log:
Needed to add common-core for compilation because of the dependency on UnitTestUtil
class
Modified: trunk/test-integration/db/pom.xml
===================================================================
--- trunk/test-integration/db/pom.xml 2010-03-22 18:41:48 UTC (rev 1984)
+++ trunk/test-integration/db/pom.xml 2010-03-22 20:34:29 UTC (rev 1985)
@@ -42,6 +42,13 @@
<type>test-jar</type>
<scope>compile</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.jboss.teiid</groupId>
+ <artifactId>teiid-common-core</artifactId>
+ <type>test-jar</type>
+ <scope>compile</scope>
+ </dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
Show replies by date