Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #80 from benson-basis/2.4
Browse files Browse the repository at this point in the history
Relax the version constraint on guava.
  • Loading branch information
cowtowncoder committed Sep 11, 2015
2 parents 68d85d5 + ce49068 commit 8bc4757
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just c
${project.groupId}.guava.*;version=${project.version}
</osgi.export>
<osgi.import>
com.google.common.collect,
com.google.common.base,
com.google.common.cache,
com.google.common.net,
com.google.common.collect;version="[15.0.0,20)",
com.google.common.base;version="[15.0.0,20)",
com.google.common.cache;version="[15.0.0,20)",
com.google.common.net;version="[15.0.0,20)",
com.fasterxml.jackson.core,
com.fasterxml.jackson.core.util,
com.fasterxml.jackson.databind,
Expand Down

0 comments on commit 8bc4757

Please sign in to comment.