[Yanel-commits] rev 39469 - public/yanel/trunk/src/resources/xml/src/build

michi at wyona.com michi at wyona.com
Wed Oct 22 14:30:07 CEST 2008


Author: michi
Date: 2008-10-22 14:30:07 +0200 (Wed, 22 Oct 2008)
New Revision: 39469

Modified:
   public/yanel/trunk/src/resources/xml/src/build/dependencies.xml
Log:
do not reference servlet API but rather yanel-webapp

Modified: public/yanel/trunk/src/resources/xml/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/xml/src/build/dependencies.xml	2008-10-22 12:21:02 UTC (rev 39468)
+++ public/yanel/trunk/src/resources/xml/src/build/dependencies.xml	2008-10-22 12:30:07 UTC (rev 39469)
@@ -11,11 +11,12 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core" version="${yanel.source.version}"/>
       <!-- Necessary because of BasicXMLResource class -->
       <dependency groupId="wyona-org-yanel" artifactId="yanel-impl" version="${yanel.source.version}"/>
+      <!-- Necessary because of servlet API -->
+      <dependency groupId="wyona-org-yanel" artifactId="yanel-webapp" version="${yanel.source.version}"/>
 <!--
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core" version="1.0-dev-rREVISION"/>
       <dependency groupId="wyona-org-yanel" artifactId="yanel-impl" version="1.0-dev-rREVISION"/>
 -->
-      <dependency groupId="javax.servlet" artifactId="servlet-api" version="2.3"/>
       <dependency groupId="xml-resolver" artifactId="xml-resolver" version="1.1"/>
       <dependency groupId="xalan" artifactId="xalan" version="2.7.0"/>
     </artifact:dependencies>



More information about the Yanel-commits mailing list