added missing package import

This commit is contained in:
Martin Lippert
2024-01-02 12:23:17 +01:00
parent 1665b3f51b
commit e9a165520f

View File

@@ -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