aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml
diff options
context:
space:
mode:
authorc00149107 <chenchuanyu@huawei.com>2017-08-31 14:27:38 +0800
committerchuanyu chen <chenchuanyu@huawei.com>2017-09-04 06:59:28 +0000
commit26b7c9ddb2b36b1f6440083811653321aec98fde (patch)
treeedb04350f565a8533b8c21236dabbe733852142c /adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml
parent93933fe43ef56ed7b29d6edbd0da8060e36ceb8b (diff)
Add VF-C Adapter
Add VF-C Adapter to support VF-C APIs Change-Id: I4eb27755c8c5420343f457e0f9be37aa438361eb Issue-ID:SO-41 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml')
-rw-r--r--adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml b/adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml
new file mode 100644
index 0000000000..58ddb4a08f
--- /dev/null
+++ b/adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml
@@ -0,0 +1,16 @@
+<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> \ No newline at end of file