diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-09-05 02:51:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-05 02:51:54 +0000 |
commit | afa4c6f233365bf1ad794111a0c4dd177c4254b2 (patch) | |
tree | 91e166b365a4843a64577741da245c9e8210cfb4 /adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml | |
parent | e66ff88bb37a3230fb15dab363b2b94aa857b410 (diff) | |
parent | 26b7c9ddb2b36b1f6440083811653321aec98fde (diff) |
Merge "Add VF-C Adapter"
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.xml | 16 |
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 |