From 24974f2eec6d07658e86641a078a12ba34d0d140 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 5 Mar 2024 13:50:36 +0100 Subject: [PATCH] added missing package import to fix potential dependency issue while building test bundles --- .../META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/META-INF/MANIFEST.MF b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/META-INF/MANIFEST.MF index 223d69587..2ea41999a 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/META-INF/MANIFEST.MF +++ b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/META-INF/MANIFEST.MF @@ -19,4 +19,5 @@ Require-Bundle: org.junit, Import-Package: com.google.gson, com.google.gson.annotations, com.google.gson.reflect, - com.google.gson.stream + com.google.gson.stream, + org.apache.commons.io