Files
eapim-admin/WebContent/WEB-INF/jboss-deployment-structure.xml
T
Rinjae c54ef1903f init
2025-09-05 17:16:26 +09:00

14 lines
404 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
<deployment>
<exclusions>
<module name="org.apache.commons.logging" />
<module name="org.slf4j" />
<module name="org.slf4j.ext" />
<module name="org.slf4j.impl" />
<module name="org.apache.log4j" />
<module name="org.hibernate"/>
</exclusions>
</deployment>
</jboss-deployment-structure>