* Switch to JDT LS 1.45 and Java 21 * Java 21 for LS side * Switch to Java 21 the branding plugin --------- Signed-off-by: Martin Lippert <martin.lippert@broadcom.com> Co-authored-by: Alex Boyko <alex.boyko@broadcom.com>
18 lines
569 B
Plaintext
18 lines
569 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Commons
|
|
Bundle-SymbolicName: org.springframework.tooling.jdt.ls.commons.test
|
|
Bundle-Version: 4.30.0.qualifier
|
|
Automatic-Module-Name: org.springframework.tooling.jdt.ls.commons.test
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
|
Require-Bundle: org.springframework.tooling.jdt.ls.commons,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.jdt.core,
|
|
org.eclipse.core.resources,
|
|
org.junit,
|
|
com.google.guava;bundle-version="21.0.0",
|
|
org.eclipse.jdt.ui
|
|
Import-Package: org.apache.commons.io,
|
|
org.apache.commons.lang3
|
|
|