<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ JBoss, Home of Professional Open Source.
  ~ Copyright 2017, 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.wildfly.security.elytron" xmlns="urn:jboss:module:1.9">

    <dependencies>
        <module name="org.wildfly.security.elytron-private" services="export" export="true">
            <exports>
                <include-set>
                    <path name="org/wildfly/security"/>
                    <path name="org/wildfly/security/asn1"/>
                    <path name="org/wildfly/security/auth"/>
                    <path name="org/wildfly/security/auth/callback"/>
                    <path name="org/wildfly/security/auth/client"/>
                    <path name="org/wildfly/security/auth/jaspi"/>
                    <path name="org/wildfly/security/auth/permission"/>
                    <path name="org/wildfly/security/auth/principal"/>
                    <path name="org/wildfly/security/auth/server"/>
                    <path name="org/wildfly/security/auth/server/event"/>
                    <path name="org/wildfly/security/auth/util"/>
                    <path name="org/wildfly/security/authz"/>
                    <path name="org/wildfly/security/credential"/>
                    <path name="org/wildfly/security/credential/source"/>
                    <path name="org/wildfly/security/credential/store"/>
                    <path name="org/wildfly/security/evidence"/>
                    <path name="org/wildfly/security/http"/>
                    <path name="org/wildfly/security/key"/>
                    <path name="org/wildfly/security/manager"/>
                    <path name="org/wildfly/security/manager/action"/>
                    <path name="org/wildfly/security/mechanism"/>
                    <path name="org/wildfly/security/password"/>
                    <path name="org/wildfly/security/password/interfaces"/>
                    <path name="org/wildfly/security/password/spec"/>
                    <path name="org/wildfly/security/password/util"/>
                    <path name="org/wildfly/security/permission"/>
                    <path name="org/wildfly/security/sasl/util"/>
                    <path name="org/wildfly/security/ssl"/>
                    <path name="org/wildfly/security/x500"/>
                    <path name="org/wildfly/security/x500/cert"/>
                </include-set>
            </exports>
        </module>
        <module name="org.wildfly.common" export="true"/>
        <module name="org.wildfly.client.config" export="true"/>
    </dependencies>
</module>
