summaryrefslogtreecommitdiffstats
path: root/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml
diff options
context:
space:
mode:
Diffstat (limited to 'asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml')
-rw-r--r--asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml b/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml
new file mode 100644
index 0000000000..9a24bfc509
--- /dev/null
+++ b/asdc-controller/WebContent/WEB-INF/jboss-deployment-structure.xml
@@ -0,0 +1,17 @@
+<jboss-deployment-structure>
+ <deployment>
+ <!-- Exclusions allow you to prevent the server from automatically adding some dependencies -->
+ <exclusions>
+ <module name="org.apache.log4j" />
+ <module name="org.slf4j" />
+ <module name="org.slf4j.impl" />
+ </exclusions>
+ <dependencies>
+ <module name="org.jboss.jandex" slot="main" />
+ <module name="org.javassist" slot="main" />
+ <module name="org.antlr" slot="main" />
+ <module name="org.dom4j" slot="main" />
+ </dependencies>
+ </deployment>
+</jboss-deployment-structure>
+