use guava 14.0.1

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1476758 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-04-28 12:01:40 +00:00
parent a2cb33f92e
commit 60a10f394c
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
<rome.bundle.version>1.0_2</rome.bundle.version>
<servicemix.specs.version>1.9.0</servicemix.specs.version>
<sisu-inject-bean.version>2.3.0</sisu-inject-bean.version>
<guava.version>13.0</guava.version>
<guava.version>14.0.1</guava.version>
<stax-utils.bundle.version>20040917_2</stax-utils.bundle.version>
<testng.version>6.3.1</testng.version>
<velocity.bundle.version>1.7_3</velocity.bundle.version>

View File

@ -531,7 +531,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>13.0</version>
<version>14.0.1</version>
</dependency>
<dependency>
<groupId>stax</groupId>