Blame view

samples/focus-sample/src/main/webapp/WEB-INF/jboss-deployment-structure.xml 587 Bytes
bernard authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<jboss-deployment-structure>
    <deployment>
        <exclusions>
            <module name="javax.faces.api" slot="main"/>
            <module name="com.sun.jsf-impl" slot="main"/>
        </exclusions>
        <dependencies>
            <module name="org.apache.commons.logging"/>
            <module name="org.apache.commons.collections"/>
            <module name="org.apache.commons.beanutils"/>
            <module name="javax.faces.api" slot="1.2"/>
            <module name="com.sun.jsf-impl" slot="1.2"/>
        </dependencies>
    </deployment>
</jboss-deployment-structure>