mirror of
https://github.com/apache/jclouds.git
synced 2025-02-08 19:15:24 +00:00
Split Auto dependencies into auto-service and auto-value
This commit is contained in:
parent
4d7f11617e
commit
ba170c2018
@ -66,6 +66,11 @@
|
||||
<artifactId>jclouds-blobstore</artifactId>
|
||||
<version>${jclouds.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.auto.service</groupId>
|
||||
<artifactId>auto-service</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.auto.value</groupId>
|
||||
<artifactId>auto-value</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user