Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 8bc4757

Browse files
committed
Merge pull request #80 from benson-basis/2.4
Relax the version constraint on guava.
2 parents 68d85d5 + ce49068 commit 8bc4757

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just c
3838
${project.groupId}.guava.*;version=${project.version}
3939
</osgi.export>
4040
<osgi.import>
41-
com.google.common.collect,
42-
com.google.common.base,
43-
com.google.common.cache,
44-
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.net;version="[15.0.0,20)",
4545
com.fasterxml.jackson.core,
4646
com.fasterxml.jackson.core.util,
4747
com.fasterxml.jackson.databind,

0 commit comments

Comments
 (0)