You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2016/09/02 07:01:37 UTC

jclouds-karaf git commit: Upgrade to Gson 2.5 instead of Gson 2.7

Repository: jclouds-karaf
Updated Branches:
  refs/heads/master 226457443 -> 960a9c7eb


Upgrade to Gson 2.5 instead of Gson 2.7

Related issues: JCLOUDS-1166, JCLOUDS-1160, JCLOUDS-1169

This change reverts commit da4614e and upgrades from Gson 2.3.1 to 2.5,
which is the last version that exports the internal packages, used in
jclouds-core, in the OSGi bundle.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/960a9c7e
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/960a9c7e
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/960a9c7e

Branch: refs/heads/master
Commit: 960a9c7eb80de947f7403982f9172de42e8bbc7c
Parents: 2264574
Author: Ignasi Barrera <na...@apache.org>
Authored: Fri Sep 2 09:00:50 2016 +0200
Committer: Ignasi Barrera <na...@apache.org>
Committed: Fri Sep 2 09:01:24 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/960a9c7e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ccb2630..feeb07c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@ limitations under the License.
     <easymock.version>3.0</easymock.version>
     <felix.configadmin.version>1.2.8</felix.configadmin.version>
     <groovy.version>2.4.4</groovy.version>
-    <gson.version>2.7</gson.version>
+    <gson.version>2.5</gson.version>
     <guava.version>16.0.1</guava.version>
     <guava.test.version>10.0</guava.test.version>
     <guice.version>3.0</guice.version>