aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-03-15 14:15:00 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-15 14:15:00 +0000
commitb5d7bd05a2929f110c5961d6719e19fd8be753e1 (patch)
tree6068983b0b7a457a2eb87afe777915f18ce3c9a7 /mso-api-handlers
parent8ded63b7caa73c8e3e4238b10ffc361ad5ca5128 (diff)
parentc87cda3f266c628a1e834fd063d83ec587b9e607 (diff)
Merge "Fix deployment issue of mso-api-infra.war"
Diffstat (limited to 'mso-api-handlers')
-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>