Skip to content

Commit

Permalink
Explicitly require jersey-media-json-jackson in docker.core
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Jul 19, 2023
1 parent 12ce6ca commit 936763b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
org.eclipse.tm.terminal.view.core;bundle-version="4.0.0",
org.eclipse.debug.core;bundle-version="3.10.100",
org.apache.httpcomponents.httpcore;bundle-version="4.4.12",
org.apache.httpcomponents.httpclient;bundle-version="4.5.10"
org.apache.httpcomponents.httpclient;bundle-version="4.5.10",
org.glassfish.jersey.media.jersey-media-json-jackson
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.linuxtools.docker.core,
org.eclipse.linuxtools.internal.docker.core;x-friends:="org.eclipse.linuxtools.docker.ui,org.eclipse.linuxtools.docker.ui.tests,org.eclipse.linuxtools.docker.integration.tests"
Import-Package: com.fasterxml.jackson.annotation;version="2.10.3",
org.glassfish.jersey.jackson,
javax.ws.rs;version="2.0.1",
javax.ws.rs.core;version="2.0.1",
javax.xml.bind;version="2.3.3",
Expand Down

0 comments on commit 936763b

Please sign in to comment.