mirror of https://github.com/apache/jclouds.git
fixed to not depend on guava uberjar
This commit is contained in:
parent
1349a8bdd1
commit
0d61930192
|
@ -38,7 +38,12 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<artifactId>guava-io</artifactId>
|
||||
<version>r03</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava-collections</artifactId>
|
||||
<version>r03</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue