Skip to content

Commit 7ffcf8a

Browse files
committed
debugging gh action failure, trying to force dependency resolution on docker tools
1 parent 578ca3e commit 7ffcf8a

File tree

1 file changed

+2
-2
lines changed
  • eclipse-extensions/org.springframework.ide.eclipse.boot.dash.docker/META-INF

1 file changed

+2
-2
lines changed

eclipse-extensions/org.springframework.ide.eclipse.boot.dash.docker/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Require-Bundle: org.springframework.ide.eclipse.boot.dash,
2222
org.eclipse.jdt.launching,
2323
org.eclipse.jdt.core,
2424
org.springframework.ide.eclipse.docker.client;bundle-version="3.9.14",
25-
org.eclipse.linuxtools.docker.ui;resolution:=optional,
26-
org.eclipse.linuxtools.docker.core;resolution:=optional
25+
org.eclipse.linuxtools.docker.ui,
26+
org.eclipse.linuxtools.docker.core
2727
Import-Package: org.eclipse.core.runtime,
2828
org.eclipse.core.runtime.jobs,
2929
org.osgi.framework,

0 commit comments

Comments
 (0)