[teiid-commits] teiid SVN: r557 - trunk/common-internal.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Mar 13 15:20:48 EDT 2009


Author: rareddy
Date: 2009-03-13 15:20:48 -0400 (Fri, 13 Mar 2009)
New Revision: 557

Modified:
   trunk/common-internal/pom.xml
Log:
TEIID-413: stringtemplate is required for this plugin and we do not need to expose it dependent plugins; so making it optional.

Modified: trunk/common-internal/pom.xml
===================================================================
--- trunk/common-internal/pom.xml	2009-03-13 18:54:39 UTC (rev 556)
+++ trunk/common-internal/pom.xml	2009-03-13 19:20:48 UTC (rev 557)
@@ -53,15 +53,11 @@
 			<groupId>net.sf.saxon</groupId>
 			<artifactId>saxon-dom</artifactId>
 		</dependency>
-		
+				
 		<dependency>
 			<groupId>antlr</groupId>
-			<artifactId>antlr</artifactId>
-		</dependency>
-		
-		<dependency>
-			<groupId>antlr</groupId>
 			<artifactId>stringtemplate</artifactId>
+            <scope>optional</scope>
 		</dependency>
 		
         <dependency>




More information about the teiid-commits mailing list