Fix deployment issue of mso-api-infra.war 97/35997/2
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 15 Mar 2018 09:13:58 +0000 (09:13 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 15 Mar 2018 12:58:40 +0000 (12:58 +0000)
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>
mso-api-handlers/mso-api-handler-infra/pom.xml

index 023567d..6ee9003 100644 (file)
@@ -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>