diff options
author | vmuthukrishnan <vmuthukrishnan@aarnanetworks.com> | 2019-08-13 17:44:22 +0000 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-08-30 23:40:59 +0000 |
commit | 35d8f73bfed6211b4d0e799880f991b001dbe0a6 (patch) | |
tree | 37511ceeca250948888432c28011046439dbdf17 /appc-inbound/appc-design-services/provider/pom.xml | |
parent | a0c771eb01a35f907394582f3febb42d39f25799 (diff) |
Updated jersey from com.sun.jersey to org.glassfish.jersey
ODL upgrade
Change-Id: I1167ad7cdb429c9c3e2808db820e3fc26e605383
Signed-off-by: vmuthukrishnan <vmuthukrishnan@aarnanetworks.com>
Issue-ID: APPC-1630
Diffstat (limited to 'appc-inbound/appc-design-services/provider/pom.xml')
-rwxr-xr-x | appc-inbound/appc-design-services/provider/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/appc-inbound/appc-design-services/provider/pom.xml b/appc-inbound/appc-design-services/provider/pom.xml index 4dd4f4c0b..70c654d2b 100755 --- a/appc-inbound/appc-design-services/provider/pom.xml +++ b/appc-inbound/appc-design-services/provider/pom.xml @@ -135,10 +135,9 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-provider</artifactId> </dependency> - <dependency> - <groupId>com.sun.jersey</groupId> + <dependency> + <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> - <version>1.17</version> <scope>provided</scope> </dependency> <dependency> |