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-outbound/appc-network-inventory-client/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-outbound/appc-network-inventory-client/provider/pom.xml')
-rwxr-xr-x | appc-outbound/appc-network-inventory-client/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index fa8af2f21..58d0e9e39 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -64,7 +64,7 @@ </exclusions>
</dependency>
<dependency>
- <groupId>com.sun.jersey</groupId>
+ <groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<scope>provided</scope>
</dependency>
|