diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-08-26 13:54:22 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-08-30 23:48:02 +0000 |
commit | f2c1c952765c0a4df2545ebec7b7f6e5c59617b1 (patch) | |
tree | 47eebc4b0e0f916ee89b0e45c567434343ca6ef8 /appc-inbound | |
parent | 35d8f73bfed6211b4d0e799880f991b001dbe0a6 (diff) |
Changes to fix feature installs
Feature installs were causing karaf to freeze following
the upgrade to the Fluorine SR2 version of ODL. These
changes correct the problems.
Change-Id: I8e5a41ba6816da782fea3ebaef3b6918cfc1ad4c
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1630
Diffstat (limited to 'appc-inbound')
-rw-r--r-- | appc-inbound/appc-interfaces-service/bundle/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/appc-inbound/appc-interfaces-service/bundle/pom.xml b/appc-inbound/appc-interfaces-service/bundle/pom.xml index 6ebdcd76f..2598f8066 100644 --- a/appc-inbound/appc-interfaces-service/bundle/pom.xml +++ b/appc-inbound/appc-interfaces-service/bundle/pom.xml @@ -118,12 +118,6 @@ </exclusions> </dependency> <dependency> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-client</artifactId> - <version>1.17</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>2.3.2</version> |