Repository: olingo-odata2 Updated Branches: refs/heads/master eb806b910 -> bef01c288
[OLINGO-901] Set osgi range for gson to include 2.2 OLINGO-827 changed the gson version to 2.4 which causes the maven bundle plugin to set the lower range for gson to 2.4. Signed-off-by: Christian Amend <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/olingo-odata2/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata2/commit/bef01c28 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata2/tree/bef01c28 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata2/diff/bef01c28 Branch: refs/heads/master Commit: bef01c2881fff1e76c84c803fda041d4987dc8eb Parents: eb806b9 Author: Andrew Clemons <[email protected]> Authored: Thu Mar 10 15:43:22 2016 +0100 Committer: Christian Amend <[email protected]> Committed: Fri Mar 11 13:41:08 2016 +0100 ---------------------------------------------------------------------- odata2-lib/odata-core/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/bef01c28/odata2-lib/odata-core/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml index 38bb297..b05b8bf 100644 --- a/odata2-lib/odata-core/pom.xml +++ b/odata2-lib/odata-core/pom.xml @@ -74,6 +74,7 @@ <Import-Package> javax.ws.rs, javax.ws.rs.*, + com.google.gson.*;version="[2.2,$(version;+;${gson.version}))", * </Import-Package> <Export-Package>
