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

Commit

Permalink
Relax the version constraint on guava.
Browse files Browse the repository at this point in the history
  • Loading branch information
benson-basis committed Aug 28, 2015
1 parent 68d85d5 commit ce49068
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 ce49068

Please sign in to comment.