remove strict version constraints from com.google.gson import packages to prepare for wider use of 2.10.1 version

This commit is contained in:
Martin Lippert
2023-02-21 15:30:43 +01:00
parent a54969191f
commit fc7fa3f3e9
7 changed files with 28 additions and 28 deletions

View File

@@ -39,10 +39,10 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
org.eclipse.jface.notifications
Import-Package: com.google.common.base,
com.google.common.collect,
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)",
com.google.gson,
com.google.gson.annotations,
com.google.gson.reflect,
com.google.gson.stream,
org.eclipse.jface.preference,
org.osgi.framework
Bundle-Activator: org.springframework.tooling.boot.ls.BootLanguageServerPlugin