Author: alessio.soldano(a)jboss.com
Date: 2011-02-21 09:27:53 -0500 (Mon, 21 Feb 2011)
New Revision: 13778
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml
Log:
[JBAS-8838] Setting proper dependencies on jbossws-cxf-transports-httpserver
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml
===================================================================
---
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml 2011-02-21
10:00:29 UTC (rev 13777)
+++
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml 2011-02-21
14:27:53 UTC (rev 13778)
@@ -31,5 +31,15 @@
<dependencies>
<module name="org.jboss.ws.spi" />
<module name="org.jboss.ws.common" />
+ <module name="javax.annotation.api" />
+ <module name="javax.xml.ws.api" />
+ <module name="org.jboss.ws.jaxws-httpserver-httpspi" />
+ <module name="org.apache.cxf" services="import">
+ <imports>
+ <include path="META-INF/cxf"/> <!-- required to also pull
in the bus extensions from META-INF -->
+ <include path="META-INF/spring.*"/>
+ </imports>
+ </module>
+ <module name="com.sun.httpserver"/>
</dependencies>
</module>
Show replies by date