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>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.auto.value</groupId>
|
||||
<artifactId>auto-value</artifactId>
|
||||
<groupId>com.google.auto.service</groupId>
|
||||
<artifactId>auto-service</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue