[teiid-commits] teiid SVN: r559 - trunk.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Mar 13 15:22:57 EDT 2009


Author: rareddy
Date: 2009-03-13 15:22:57 -0400 (Fri, 13 Mar 2009)
New Revision: 559

Modified:
   trunk/pom.xml
Log:
TEIID-413: Parent POM should not be defining any scopes for the dependencies for its children. This was messing up the connector path generation.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-03-13 19:21:14 UTC (rev 558)
+++ trunk/pom.xml	2009-03-13 19:22:57 UTC (rev 559)
@@ -343,7 +343,6 @@
 				<groupId>commons-logging</groupId>
 				<artifactId>commons-logging</artifactId>
 				<version>1.1</version>
-				<scope>runtime</scope>
 				<exclusions>
 					<exclusion>
 						<groupId>logkit</groupId>
@@ -384,15 +383,9 @@
 				<groupId>net.sf.saxon</groupId>
 				<artifactId>saxon-dom</artifactId>
 				<version>8.7</version>
-				<scope>runtime</scope>
 			</dependency>
 			<dependency>
 				<groupId>antlr</groupId>
-				<artifactId>antlr</artifactId>
-				<version>2.7.6</version>
-			</dependency>
-			<dependency>
-				<groupId>antlr</groupId>
 				<artifactId>stringtemplate</artifactId>
 				<version>3.0</version>
 			</dependency>




More information about the teiid-commits mailing list