mirror of https://github.com/apache/jclouds.git
Add missing dependency to profitbricks
This commit is contained in:
parent
cb45048a68
commit
8206d19a81
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue