From c87cda3f266c628a1e834fd063d83ec587b9e607 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Thu, 15 Mar 2018 09:13:58 +0000 Subject: Fix deployment issue of mso-api-infra.war Fix dependency in pom by modifying it's scope to provided. Change-Id: I2c5dc8b8e263b82109732c4ac58916751463133c Issue-ID: SO-487 Signed-off-by: subhash kumar singh --- mso-api-handlers/mso-api-handler-infra/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml') diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 023567d20b..6ee9003e77 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -34,7 +34,7 @@ org.jboss.resteasy resteasy-jaxrs 3.5.0.Final - + provided org.jboss.resteasy -- cgit 1.2.3-korg