switch gson usage to import-package instead of require-bundle in order to prepare for upcoming platform changes

This commit is contained in:
Martin Lippert
2023-01-27 18:04:06 +01:00
parent 13536a725b
commit 5200872627
9 changed files with 42 additions and 16 deletions

View File

@@ -16,5 +16,8 @@ Require-Bundle: org.junit,
org.eclipse.m2e.core,
org.eclipse.m2e.maven.runtime,
org.eclipse.m2e.core.ui,
com.google.gson,
org.eclipse.lsp4j.jsonrpc
Import-Package: com.google.gson;version="[2.9.1,2.10)",
com.google.gson.annotations;version="[2.9.1,2.10)",
com.google.gson.reflect;version="[2.9.1,2.10)",
com.google.gson.stream;version="[2.9.1,2.10)"