All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ildfly-jsf-installer.21.0.0.Final.source-code.mojarra-impl-module.xml Maven / Gradle / Ivy

Go to download

Creates a CLI deployment archive that can install new JSF versions to WildFly.

There is a newer version: 27.0.1.Final
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<!--
  ~ JBoss, Home of Professional Open Source.
  ~ Copyright 2011, 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 xmlns="urn:jboss:module:1.8" name="com.sun.jsf-impl:${jsf-impl-name}-${jsf-version}">
    <properties>
        <property name="jboss.api" value="private"/>
    </properties>

    <dependencies>
        <module name="javax.faces.api:${jsf-impl-name}-${jsf-version}"/>
        <module name="javax.annotation.api"/>
        <module name="javax.servlet.api"/>
        <module name="javax.servlet.jsp.api"/>
        <module name="javax.websocket.api" />
        <module name="javax.validation.api"/>
        <module name="javax.json.api"/>
        <module name="javax.ejb.api"/>
        <module name="javax.xml.bind.api"/>
        <module name="org.glassfish.jakarta.el"/>
        <module name="javax.api"/>
        <module name="javax.servlet.jstl.api"/>
        <module name="org.apache.xerces" services="import"/>
        <module name="org.apache.xalan" services="import"/>
        <module name="org.jboss.weld.core"/>
        <module name="org.jboss.weld.spi"/>
    </dependencies>

    <resources>
        <resource-root path="jsf-impl-${jsf-version}.jar"/>
    </resources>
</module>





© 2015 - 2025 Weber Informatics LLC | Privacy Policy