Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
GH issue 211: changed dependency on jersey to import package declarat…
Browse files Browse the repository at this point in the history
…ion instead of require bundle
  • Loading branch information
martinlippert committed Oct 26, 2017
1 parent b17ff9d commit 294ae3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ Require-Bundle: org.eclipse.ui,
org.apache.commons.lang3,
org.springframework.ide.eclipse.editor.support,
javax.ws.rs;bundle-version="2.0.1",
org.glassfish.jersey.core.jersey-client;bundle-version="2.22.1",
org.glassfish.jersey.core.jersey-common;bundle-version="2.22.1",
org.springframework.ide.eclipse.beans.ui.live
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Expand All @@ -67,4 +65,5 @@ Export-Package: org.springframework.ide.eclipse.boot.dash,
org.springframework.ide.eclipse.boot.dash.util,
org.springframework.ide.eclipse.boot.dash.views,
org.springframework.ide.eclipse.boot.dash.views.sections
Import-Package: org.yaml.snakeyaml
Import-Package: org.yaml.snakeyaml,
org.glassfish.jersey.client
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ Require-Bundle: org.eclipse.ui,
javax.ws.rs;bundle-version="2.0.1",
com.fasterxml.jackson.core.jackson-annotations;bundle-version="2.6.2",
com.fasterxml.jackson.core.jackson-core;bundle-version="2.6.2",
com.fasterxml.jackson.core.jackson-databind;bundle-version="2.6.2",
org.glassfish.jersey.core.jersey-client;bundle-version="2.22.1",
org.glassfish.jersey.core.jersey-common;bundle-version="2.22.1"
com.fasterxml.jackson.core.jackson-databind;bundle-version="2.6.2"
Bundle-Activator: org.springframework.ide.eclipse.boot.wizard.BootWizardActivator
Bundle-ActivationPolicy: lazy
Export-Package: org.springframework.ide.eclipse.boot.wizard,
Expand All @@ -45,3 +43,4 @@ Export-Package: org.springframework.ide.eclipse.boot.wizard,
org.springframework.ide.eclipse.boot.wizard.guides.ext,
org.springframework.ide.eclipse.boot.wizard.importing
Bundle-Vendor: Pivotal Inc.
Import-Package: org.glassfish.jersey.client

0 comments on commit 294ae3e

Please sign in to comment.