switch gson usage to import-package instead of require-bundle in order to prepare for upcoming platform changes
This commit is contained in:
@@ -23,8 +23,7 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.reactivestreams.reactive-streams;bundle-version="1.0.0",
|
||||
org.apache.commons.lang3,
|
||||
org.springsource.ide.eclipse.commons.ui,
|
||||
javax.inject,
|
||||
com.google.gson
|
||||
javax.inject
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.springframework.ide.eclipse.editor.support,
|
||||
org.springframework.ide.eclipse.editor.support.completions,
|
||||
@@ -47,4 +46,8 @@ Import-Package: org.eclipse.core.runtime,
|
||||
org.eclipse.core.runtime.jobs,
|
||||
org.eclipse.core.runtime.preferences,
|
||||
org.osgi.service.prefs,
|
||||
org.osgi.framework
|
||||
org.osgi.framework,
|
||||
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)"
|
||||
|
||||
Reference in New Issue
Block a user