ildfly-jsf-installer.21.0.0.Final.source-code.myfaces-impl-module.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-jsf-installer
Show all versions of wildfly-jsf-installer
Creates a CLI deployment archive that can install new JSF versions to WildFly.
<?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 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}"> <imports> <include path="META-INF/**"/> </imports> </module> <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"/> <!-- extra dependencies for MyFaces --> <module name="org.apache.commons.collections"/> <module name="org.apache.commons.codec"/> <module name="org.apache.commons.beanutils"/> <module name="org.apache.commons.digester"/> </dependencies> <resources> <resource-root path="${jsf-impl-name}-impl-${jsf-version}.jar"/> </resources> </module>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy