14 lines
404 B
XML
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>
|