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

@@ -6,7 +6,6 @@ Bundle-Version: 4.24.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.ui,
org.springsource.ide.eclipse.commons.livexp;bundle-version="3.8.4",
org.json;bundle-version="1.0.0",
org.eclipse.core.resources,
com.google.guava,
org.eclipse.jdt.ui,
@@ -49,5 +48,6 @@ Import-Package: org.eclipse.core.runtime,
org.apache.commons.lang3,
org.eclipse.osgi.util,
org.osgi.framework,
javax.inject
javax.inject,
org.json
Automatic-Module-Name: org.springframework.ide.eclipse.boot.wizard