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

@@ -54,8 +54,8 @@ Import-Package: org.eclipse.core.runtime,
org.eclipse.core.runtime.preferences,
org.osgi.framework,
org.osgi.service.prefs;version="1.1.1",
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
Automatic-Module-Name: org.springframework.ide.eclipse.boot.dash.test