1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3  ~ JBoss, Home of Professional Open Source.
4  ~ Copyright 2010, Red Hat, Inc., and individual contributors
5  ~ as indicated by the @author tags. See the copyright.txt file in the
6  ~ distribution for a full listing of individual contributors.
7  ~
8  ~ This is free software; you can redistribute it and/or modify it
9  ~ under the terms of the GNU Lesser General Public License as
10  ~ published by the Free Software Foundation; either version 2.1 of
11  ~ the License, or (at your option) any later version.
12  ~
13  ~ This software is distributed in the hope that it will be useful,
14  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
15  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  ~ Lesser General Public License for more details.
17  ~
18  ~ You should have received a copy of the GNU Lesser General Public
19  ~ License along with this software; if not, write to the Free
20  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
22  -->
23<module name="org.jboss.as.webservices.server.integration" xmlns="urn:jboss:module:1.5">
24    <properties>
25        <property name="jboss.api" value="private"/>
26    </properties>
27
28    <resources>
29    </resources>
30
31    <dependencies>
32        <module name="asm.asm" export="true"/>
33        <module name="javax.api" export="true"/>
34        <module name="javax.jws.api" export="true"/>
35        <module name="javax.wsdl4j.api" export="true"/>
36        <module name="javax.xml.ws.api" export="true"/>
37        <module name="com.sun.xml.bind" services="export" export="true"/>
38        <module name="org.jboss.ws.api" export="true"/>
39        <module name="org.jboss.ws.spi" export="true"/>
40        <module name="org.jboss.ws.common" services="import" export="true"/>
41        <module name="org.jboss.ws.jaxws-client" services="export" export="true">
42          <imports>
43            <include path="META-INF/cxf"/>
44            <include path="META-INF"/>
45          </imports>
46          <exports>
47            <include path="META-INF/cxf"/>
48            <include path="META-INF"/>
49          </exports>
50        </module>
51        <module name="org.jboss.ws.cxf.jbossws-cxf-factories" services="export" export="true"/>
52        <module name="org.jboss.ws.cxf.jbossws-cxf-transports-undertow" export="true">
53          <imports>
54            <include path="META-INF/cxf"/>
55            <include path="META-INF"/>
56          </imports>
57          <exports>
58            <include path="META-INF/cxf"/>
59            <include path="META-INF"/>
60          </exports>
61        </module>
62        <module name="org.jboss.ws.cxf.jbossws-cxf-transports-udp" export="true">
63          <imports>
64            <include path="META-INF/cxf"/>
65            <include path="META-INF"/>
66          </imports>
67          <exports>
68            <include path="META-INF/cxf"/>
69            <include path="META-INF"/>
70          </exports>
71        </module>
72        <module name="org.jboss.ws.cxf.jbossws-cxf-server" services="export" export="true"/>
73        <!-- Do not import services from cxf module directly, those need to come from jbossws -->
74        <module name="org.apache.cxf.impl" export="true">
75          <imports>
76            <include path="META-INF/cxf"/>
77            <include path="META-INF"/>
78          </imports>
79          <exports>
80            <include path="META-INF/cxf"/>
81            <include path="META-INF"/>
82          </exports>
83        </module>
84        <module name="org.apache.xalan" services="export" export="true"/>
85        <module name="org.apache.xerces" services="export" export="true"/>
86        <module name="org.jboss.as.webservices" services="export" export="true"/>
87        <module name="com.sun.xml.messaging.saaj" services="export" export="true"/>
88        <module name="org.apache.ws.security" export="true"/>
89        <module name="org.bouncycastle" export="true"/>
90        <module name="org.jboss.xts">
91          <imports>
92            <include path="com.arjuna.mw.wst11.client"/>
93            <include path="org.jboss.jbossts.txbridge.outbound"/>
94          </imports>
95        </module>
96    </dependencies>
97</module>
98