Add missing dependency to profitbricks

This commit is contained in:
Ignasi Barrera 2015-01-19 10:32:36 +01:00
parent cb45048a68
commit 8206d19a81
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@
<artifactId>auto-value</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.apache.jclouds</groupId>