diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-15 14:15:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-15 14:15:00 +0000 |
commit | b5d7bd05a2929f110c5961d6719e19fd8be753e1 (patch) | |
tree | 6068983b0b7a457a2eb87afe777915f18ce3c9a7 | |
parent | 8ded63b7caa73c8e3e4238b10ffc361ad5ca5128 (diff) | |
parent | c87cda3f266c628a1e834fd063d83ec587b9e607 (diff) |
Merge "Fix deployment issue of mso-api-infra.war"
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 2 |
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> |