[wise-commits] wise SVN: r496 - webgui/trunk/src/main/webapp/WEB-INF.

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Tue Feb 5 09:58:18 EST 2013


Author: alessio.soldano at jboss.com
Date: 2013-02-05 09:58:18 -0500 (Tue, 05 Feb 2013)
New Revision: 496

Modified:
   webgui/trunk/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
Log:


Modified: webgui/trunk/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
===================================================================
--- webgui/trunk/src/main/webapp/WEB-INF/jboss-deployment-structure.xml	2013-02-05 14:57:29 UTC (rev 495)
+++ webgui/trunk/src/main/webapp/WEB-INF/jboss-deployment-structure.xml	2013-02-05 14:58:18 UTC (rev 496)
@@ -1,12 +1,12 @@
 <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.1">
     <deployment>
         <dependencies>
+          <!-- [WISE-183] replace dependencies below with wise module -->
 	      <module name="org.jboss.ws.cxf.jbossws-cxf-client" services="true" export="true"/>
 	      <module name="org.jboss.ws.common"/>
 	      <module name="org.jboss.common-core"/>
-	      <module name="org.apache.cxf"/> <!-- TODO replace cxf specific dependencies with commented one below when removing explicit dep on wise-core-cxf -->
+	      <module name="org.apache.cxf"/>
 	      <module name="org.apache.cxf.impl" optional="true" /> <!-- impl submodule is available since AS 7.2 -->
-	      <!-- <module name="org.jboss.ws.jaxws-client" services="true" export="true"/> -->
 	    </dependencies>
     </deployment>
 </jboss-deployment-structure>



More information about the wise-commits mailing list