Initial OpenECOMP MSO commit
[so.git] / asdc-controller / WebContent / WEB-INF / jboss-deployment-structure.xml
1 <jboss-deployment-structure>
2         <deployment>
3                 <!-- Exclusions allow you to prevent the server from automatically adding some dependencies -->
4                 <exclusions>
5                         <module name="org.apache.log4j" />
6                         <module name="org.slf4j" />
7                         <module name="org.slf4j.impl" />
8                 </exclusions>
9                 <dependencies>
10                             <module name="org.jboss.jandex" slot="main" />
11                 <module name="org.javassist" slot="main" />
12                 <module name="org.antlr" slot="main" />
13                 <module name="org.dom4j" slot="main" />
14                 </dependencies>
15         </deployment>
16 </jboss-deployment-structure>
17