[Yanel-commits] rev 47069 - public/yanel/contributions/resources/soap/src/build

michi at wyona.com michi at wyona.com
Fri Jan 15 11:21:55 CET 2010


Author: michi
Date: 2010-01-15 11:21:54 +0100 (Fri, 15 Jan 2010)
New Revision: 47069

Modified:
   public/yanel/contributions/resources/soap/src/build/dependencies.xml
Log:
include yanel-webapp and hence exclude servlet api

Modified: public/yanel/contributions/resources/soap/src/build/dependencies.xml
===================================================================
--- public/yanel/contributions/resources/soap/src/build/dependencies.xml	2010-01-15 08:57:30 UTC (rev 47068)
+++ public/yanel/contributions/resources/soap/src/build/dependencies.xml	2010-01-15 10:21:54 UTC (rev 47069)
@@ -8,8 +8,8 @@
     <artifact:dependencies pathId="maven2.classpath" filesetId="maven2.fileset">
       <remoteRepository refid="wyona.remote.repository"/>
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core" version="${yanel.source.version}"/>
+      <dependency groupId="wyona-org-yanel" artifactId="yanel-webapp" version="${yanel.source.version}"/>
       <dependency groupId="xml-apis" artifactId="xml-apis" version="1.3.02"/>
-      <dependency groupId="javax.servlet" artifactId="servlet-api" version="2.3" scope="provided"/>
     </artifact:dependencies>
 
     <artifact:dependencies pathId="maven2.resource.classpath" filesetId="maven2.resource.fileset">



More information about the Yanel-commits mailing list