This repository was archived by the owner on Jan 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just c
38
38
${project.groupId} .guava.*;version=${project.version}
39
39
</osgi .export>
40
40
<osgi .import>
41
- com.google.common.collect,
42
- com.google.common.base,
43
- com.google.common.cache,
44
- com.google.common.hash,
45
- com.google.common.net,
41
+ com.google.common.collect;version="[15.0.0,20)" ,
42
+ com.google.common.base;version="[15.0.0,20)" ,
43
+ com.google.common.cache;version="[15.0.0,20)" ,
44
+ com.google.common.hash;version="[15.0.0,20)" ,
45
+ com.google.common.net;version="[15.0.0,20)" ,
46
46
com.fasterxml.jackson.core,
47
47
com.fasterxml.jackson.core.util,
48
48
com.fasterxml.jackson.databind,
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ Project: jackson-datatype-guava
6
6
7
7
2.6.0 (not yet released)
8
8
9
+ 2.5.5 (not yet released)
10
+
11
+ #80: Relax OSGi version constraints for Guava dependency.
12
+ (requested by Benson M)
13
+
9
14
2.5.4 (09-Jun-2015)
10
15
11
16
- Add override for `MultimapSerializer.isEmpty(SerializerProvider, Multimap<?,?>)`
@@ -30,10 +35,6 @@ No changes since 2.5.0
30
35
#56: Add support `HashCode`
31
36
(contributed by Stephan S, Stephan202@github)
32
37
33
- 2.4.7 (not released)
34
-
35
- #48: Avoid problems deserializing `null` for `Optional`
36
-
37
38
2.4.6 (23-Apr-2015)
38
39
39
40
#61: NPE serializing `Multimap`s with null values
You can’t perform that action at this time.
0 commit comments