From cb674589eaccea284740fc0834f29c451c4c5045 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Wed, 8 Mar 2023 09:30:41 +0100 Subject: [PATCH] add m2e as a dependency to satisfy indirectly referenced usages of m2e job classes --- .../META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclipse-extensions/org.springframework.ide.eclipse.boot.test/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.boot.test/META-INF/MANIFEST.MF index c373ab06c..728d3b500 100644 --- a/eclipse-extensions/org.springframework.ide.eclipse.boot.test/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.boot.test/META-INF/MANIFEST.MF @@ -30,7 +30,8 @@ Require-Bundle: org.eclipse.ui, org.springframework.ide.eclipse.boot.launch, org.apache.commons.lang3, com.google.guava, - org.hamcrest.library;bundle-version="1.3.0" + org.hamcrest.library;bundle-version="1.3.0", + org.eclipse.m2e.core Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Bundle-Vendor: VMware, Inc.