updated dependency on org.json to fix additional issues for e4.33-based builds

This commit is contained in:
Martin Lippert
2024-07-04 08:48:11 +02:00
parent 7f5b683716
commit 49ef5759a1
5 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,6 @@ Require-Bundle: org.eclipse.core.resources,
com.fasterxml.jackson.core.jackson-annotations,
org.eclipse.ui.forms,
org.eclipse.ltk.core.refactoring,
org.json,
org.eclipse.m2e.launching,
io.projectreactor.reactor-core;bundle-version="[3.3.1,3.3.2)",
org.reactivestreams.reactive-streams,
@@ -48,6 +47,7 @@ Export-Package: org.springframework.ide.eclipse.boot.core,
org.springframework.ide.eclipse.boot.util,
org.springframework.ide.eclipse.boot.util.version
Import-Package: org.apache.commons.lang3,
org.json,
org.apache.commons.io,
org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,