Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2021-02-26 22:07:11 +0000
committerThomas Wolf2021-02-26 22:08:57 +0000
commit622f0d2e1de925602b2f1c25397664cf59f71ee5 (patch)
treeac5fcdd8c67c78c9c0eaa003ded318c4b985e300
parentee422b3b095950d8a086bbab49e58a9857210034 (diff)
downloadeclipse.platform.ua-622f0d2e1de925602b2f1c25397664cf59f71ee5.tar.gz
eclipse.platform.ua-622f0d2e1de925602b2f1c25397664cf59f71ee5.tar.xz
eclipse.platform.ua-622f0d2e1de925602b2f1c25397664cf59f71ee5.zip
Commit 5c2fb648 made use of API available only as of gson 2.8.6. Change-Id: I743dafdf7c88ffe2209d74615f522fac3276b784 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-rw-r--r--org.eclipse.tips.json/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.tips.json/META-INF/MANIFEST.MF b/org.eclipse.tips.json/META-INF/MANIFEST.MF
index fd8220791..f94a06586 100644
--- a/org.eclipse.tips.json/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.json/META-INF/MANIFEST.MF
@@ -11,5 +11,5 @@ Export-Package: org.eclipse.tips.json,
org.eclipse.tips.json.internal;x-internal:=true
Bundle-ClassPath: .
Automatic-Module-Name: org.eclipse.tips.json
-Import-Package: com.google.gson;version="[2.0.0,3.0.0)"
+Import-Package: com.google.gson;version="[2.8.6,3.0.0)"
Bundle-Vendor: %Bundle-Vendor

Back to the top