Author: tejones
Date: 2009-04-03 17:09:58 -0400 (Fri, 03 Apr 2009)
New Revision: 710
Modified:
trunk/soap/pom.xml
Log:
TEIID-460 Removed dependency to common-internal.
Modified: trunk/soap/pom.xml
===================================================================
--- trunk/soap/pom.xml 2009-04-03 20:36:53 UTC (rev 709)
+++ trunk/soap/pom.xml 2009-04-03 21:09:58 UTC (rev 710)
@@ -18,15 +18,9 @@
<artifactId>teiid-common-core</artifactId>
<type>test-jar</type>
</dependency>
-
+
<dependency>
<groupId>org.jboss.teiid</groupId>
- <artifactId>teiid-common-internal</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.teiid</groupId>
<artifactId>teiid-client-jdbc</artifactId>
<version>${project.version}</version>
<exclusions>