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 <subhash.kumar.singh@huawei.com>
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml
index 023567d..6ee9003 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 @@
 		    <groupId>org.jboss.resteasy</groupId>
 		    <artifactId>resteasy-jaxrs</artifactId>
 		    <version>3.5.0.Final</version>
-<!--		    <scope>test</scope> -->
+		    <scope>provided</scope>
 		</dependency>
                 <dependency>
                     <groupId>org.jboss.resteasy</groupId>