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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Apr 9 16:30:04 EDT 2009


Author: rareddy
Date: 2009-04-09 16:30:04 -0400 (Thu, 09 Apr 2009)
New Revision: 740

Modified:
   trunk/pom.xml
Log:
Misc: no need for the servlet-api 

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-04-09 18:18:42 UTC (rev 739)
+++ trunk/pom.xml	2009-04-09 20:30:04 UTC (rev 740)
@@ -393,6 +393,10 @@
 						<groupId>avalon-framework</groupId>
 						<artifactId>avalon-framework</artifactId>
 					</exclusion>
+                    <exclusion>
+                        <groupId>javax.servlet</groupId>
+                        <artifactId>servlet-api</artifactId>
+                    </exclusion>                    
 				</exclusions>
 			</dependency>
 			<dependency>




More information about the teiid-commits mailing list