diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2017-10-11 20:39:35 +0800 |
---|---|---|
committer | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-10-11 13:27:17 +0000 |
commit | f86960874497f005079c9e595b5e9e2eb0a815d1 (patch) | |
tree | 59edf77900890ad64aaf9327d5191857c3766f20 /adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml | |
parent | ad6fc43208ddfacea150d51e4ec2b28d48fe5f0d (diff) |
Imp Modules refactored for the readthedocs
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
IssueId: SO-209
Change-Id: Ie1b553863f824497fbe7381f66bc1581310702af
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 | 11 |
1 files changed, 6 insertions, 5 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 index 58ddb4a08f..e7bc08ae83 100644 --- a/adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml +++ b/adapters/mso-vfc-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml @@ -1,16 +1,17 @@ <jboss-deployment-structure>
<deployment>
- <!-- Exclusions allow you to prevent the server from automatically adding some dependencies -->
+ <!-- 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" />
+ <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 |