Update to the latest plexus-utils with fixes for the ReflectionValueExtractor (MNG-5553)

Update to the latest version of Guava that is 1.6 and works with Sisu
This commit is contained in:
Jason van Zyl 2013-12-24 12:52:20 -05:00
parent e698ce6e67
commit 93d07bdf99
1 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@
<junitVersion>3.8.2</junitVersion>
<plexusVersion>1.5.5</plexusVersion>
<plexusInterpolationVersion>1.19</plexusInterpolationVersion>
<plexusUtilsVersion>3.0.16-SNAPSHOT</plexusUtilsVersion>
<!-- last Java5 release of Guava -->
<guavaVersion>11.0.2</guavaVersion>
<plexusUtilsVersion>3.0.16</plexusUtilsVersion>
<!-- Latest version of Guava that works with Sisu -->
<guavaVersion>14.0.1</guavaVersion>
<guiceVersion>3.1.3</guiceVersion>
<sisuInjectVersion>0.0.0.M5</sisuInjectVersion>
<wagonVersion>2.4</wagonVersion>