mirror of https://github.com/apache/jclouds.git
Use AutoService for creation of Service Loader Metadata
This commit is contained in:
parent
0bc9fcfe06
commit
cc6ff3b84e
|
@ -102,8 +102,8 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.auto.value</groupId>
|
<groupId>com.google.auto.service</groupId>
|
||||||
<artifactId>auto-value</artifactId>
|
<artifactId>auto-service</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Reference in New Issue