Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-08 22:25:05 +0000
committerMatthias Sohn2015-05-08 22:25:05 +0000
commitbf76c493e9fda0734ecd382138ac3e007f4eb696 (patch)
treeaebe31b568de73ad07c924fe8593748918100470 /org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
parent1dfcabd2ec0f8e981de66c8a63f0fe8f98f59e28 (diff)
downloadegit-github-bf76c493e9fda0734ecd382138ac3e007f4eb696.tar.gz
egit-github-bf76c493e9fda0734ecd382138ac3e007f4eb696.tar.xz
egit-github-bf76c493e9fda0734ecd382138ac3e007f4eb696.zip
Relax gson dependencies to version range [1.6,3.0)
requested in https://dev.eclipse.org/mhonarc/lists/egit-dev/msg03866.html Change-Id: I19ab0e5aa3224fae58b0e330472d800ce4db64b9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
index 9b638cd5..fe916bf0 100644
--- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
@@ -5,8 +5,8 @@ Bundle-SymbolicName: org.eclipse.egit.github.core.tests
Bundle-Version: 4.0.0.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
-Import-Package: com.google.gson;version="[1.6.0,2.2.0]",
- com.google.gson.reflect;version="[1.6.0,2.2.0]",
+Import-Package: com.google.gson;version="[1.6.0,3.0.0]",
+ com.google.gson.reflect;version="[1.6.0,3.0.0)",
org.eclipse.egit.github.core;version="[4.0.0,4.1.0)",
org.eclipse.egit.github.core.client;version="[4.0.0,4.1.0)",
org.eclipse.egit.github.core.event;version="[4.0.0,4.1.0)",

Back to the top