aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/pom.xml
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-03-15 09:13:58 +0000
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2018-03-15 12:58:40 +0000
commitc87cda3f266c628a1e834fd063d83ec587b9e607 (patch)
tree4f4eb6ad3edeff2b35b83233f8624dca7e01c85f /mso-api-handlers/mso-api-handler-infra/pom.xml
parent4ca30948723ba4df4b57fdaa4ecf6f6dbc146e3d (diff)
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>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml')
-rw-r--r--mso-api-handlers/mso-api-handler-infra/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<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>