<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ JBoss, Home of Professional Open Source.
  ~ Copyright 2012, Red Hat, Inc., and individual contributors
  ~ as indicated by the @author tags. See the copyright.txt file in the
  ~ distribution for a full listing of individual contributors.
  ~
  ~ This is free software; you can redistribute it and/or modify it
  ~ under the terms of the GNU Lesser General Public License as
  ~ published by the Free Software Foundation; either version 2.1 of
  ~ the License, or (at your option) any later version.
  ~
  ~ This software is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  ~ Lesser General Public License for more details.
  ~
  ~ You should have received a copy of the GNU Lesser General Public
  ~ License along with this software; if not, write to the Free
  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  -->
<module name="org.apache.cxf.impl" xmlns="urn:jboss:module:1.9">

    <properties>
        <property name="jboss.api" value="private"/>
    </properties>

    <resources>
        <resource-root path="cxf-rt-bindings-coloc-3.3.10.jar"/>
        <resource-root path="cxf-rt-bindings-soap-3.3.10.jar"/>
        <resource-root path="cxf-rt-bindings-xml-3.3.10.jar"/>
        <resource-root path="cxf-rt-databinding-aegis-3.3.10.jar"/>
        <resource-root path="cxf-rt-databinding-jaxb-3.3.10.jar"/>
        <resource-root path="cxf-rt-features-clustering-3.3.10.jar"/>
        <resource-root path="cxf-rt-frontend-jaxws-3.3.10.jar"/>
        <resource-root path="cxf-rt-frontend-simple-3.3.10.jar"/>
        <resource-root path="cxf-rt-management-3.3.10.jar"/>
        <resource-root path="cxf-rt-security-3.3.10.jar"/>
        <resource-root path="cxf-rt-security-saml-3.3.10.jar"/>
        <resource-root path="cxf-rt-transports-http-3.3.10.jar"/>
        <resource-root path="cxf-rt-transports-http-hc-3.3.10.jar"/>
        <resource-root path="cxf-rt-transports-jms-3.3.10.jar"/>
        <resource-root path="cxf-rt-transports-local-3.3.10.jar"/>
        <resource-root path="cxf-rt-wsdl-3.3.10.jar"/>
        <resource-root path="cxf-rt-ws-addr-3.3.10.jar"/>
        <resource-root path="cxf-rt-ws-mex-3.3.10.jar"/>
        <resource-root path="cxf-rt-ws-policy-3.3.10.jar"/>
        <resource-root path="cxf-rt-ws-rm-3.3.10.jar"/>
        <resource-root path="cxf-tools-common-3.3.10.jar"/>
        <resource-root path="cxf-tools-java2ws-3.3.10.jar"/>
        <resource-root path="cxf-tools-validator-3.3.10.jar"/>
        <resource-root path="cxf-tools-wsdlto-core-3.3.10.jar"/>
        <resource-root path="cxf-tools-wsdlto-databinding-jaxb-3.3.10.jar"/>
        <resource-root path="cxf-tools-wsdlto-frontend-jaxws-3.3.10.jar"/>
        <resource-root path="cxf-services-ws-discovery-api-3.3.10.jar"/>
        <resource-root path="cxf-xjc-boolean-3.3.1.jar"/>
        <resource-root path="cxf-xjc-bug986-3.3.1.jar"/>
        <resource-root path="cxf-xjc-dv-3.3.1.jar"/>
        <resource-root path="cxf-xjc-ts-3.3.1.jar"/>
        <resource-root path="cxf-xjc-runtime-3.3.1.jar"/>
    </resources>

    <dependencies>
        <module name="java.desktop"/>
        <module name="java.logging"/>
        <module name="java.sql"/>
        <module name="java.management"/>
        <module name="java.management.rmi"/>
        <module name="java.naming"/>
        <module name="java.rmi"/>
        <module name="java.security.jgss"/>
        <module name="asm.asm"/>
        <!--WFLY-14219 Remove deprecated <module name="javax.api"/> -->
        <module name="javax.annotation.api"/>
        <module name="javax.jms.api"/>
        <module name="javax.jws.api"/>
        <module name="javax.mail.api"/>
        <module name="javax.resource.api"/>
        <module name="javax.servlet.api"/>
        <module name="javax.wsdl4j.api"/>
        <module name="javax.xml.bind.api" services="import"/>
        <module name="com.sun.xml.bind" services="import"/>
        <module name="javax.xml.soap.api"/>
        <module name="javax.xml.stream.api"/>
        <module name="javax.xml.ws.api"/>
        <module name="org.apache.commons.lang3"/>
        <module name="org.apache.commons.logging"/>
        <module name="org.apache.httpcomponents"/>
        <module name="org.apache.neethi"/>
        <module name="org.apache.velocity"/>
        <module name="org.apache.xml-resolver"/>
        <module name="org.apache.ws.xmlschema"/>
        <module name="org.apache.ws.security"/>
        <module name="org.apache.santuario.xmlsec"/>
        <module name="org.codehaus.woodstox"/>
        <module name="org.joda.time"/>
        <module name="org.opensaml"/>
        <module name="org.apache.cxf" export="true">
          <imports>
            <include path="META-INF/cxf"/>
            <include path="META-INF"/>
          </imports>
          <exports>
            <include path="META-INF/cxf"/>
            <include path="META-INF"/>
          </exports>
        </module>
        <module name="org.apache.cxf.ws-security" export="true" services="export">
          <imports>
            <include path="META-INF/cxf"/>
            <include path="META-INF"/>
          </imports>
          <exports>
            <include path="META-INF/cxf"/>
            <include path="META-INF"/>
          </exports>
        </module>
        <module name="org.apache.cxf.services-sts" export="true" services="export">
          <imports>
            <include path="META-INF/cxf"/>
            <include path="META-INF"/>
          </imports>
          <exports>
            <include path="META-INF/cxf"/>
            <include path="META-INF"/>
          </exports>
        </module>
        <module name="org.springframework.spring" optional="true">
            <imports>
                <include path="META-INF"/>
            </imports>
        </module>
        <module name="java.xml"/>
    </dependencies>
</module>
