From 3590470cd6941f6e7d54861f92e5c62a00c99c5c Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Mon, 2 Oct 2017 23:00:21 -0400 Subject: Prevent JAXRS LinkageError Pruning the inclusions in modules to prevent linkage errors during health check. Change-Id: I7b3cb233d0eac2a0a41b15e608d3d295a73573e7 Issue-ID: SO-160 Signed-off-by: Arthur Martella --- .../WebContent/WEB-INF/jboss-deployment-structure.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'adapters/mso-tenant-adapter/WebContent/WEB-INF') diff --git a/adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml b/adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml index 58ddb4a08f..fb268917f2 100644 --- a/adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml +++ b/adapters/mso-tenant-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml @@ -5,12 +5,17 @@ + + + + + - \ No newline at end of file + -- cgit 1.2.3-korg