From e9a165520f07297729945a4525ff364eeb5b1d38 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 2 Jan 2024 12:23:17 +0100 Subject: [PATCH] added missing package import --- .../META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.test/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.test/META-INF/MANIFEST.MF index 4e0f2eddf..1f6169cab 100644 --- a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.test/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.test/META-INF/MANIFEST.MF @@ -51,5 +51,6 @@ Import-Package: org.eclipse.core.runtime, com.google.gson, com.google.gson.annotations, com.google.gson.reflect, - com.google.gson.stream + com.google.gson.stream, + org.apache.commons.lang3.tuple Automatic-Module-Name: org.springframework.ide.eclipse.boot.dash.test