Use AutoService for creation of Service Loader Metadata

This commit is contained in:
Jeremy Daggett 2014-11-24 10:58:58 -08:00
parent 0bc9fcfe06
commit cc6ff3b84e
1 changed files with 3 additions and 3 deletions

View File

@ -102,9 +102,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<scope>provided</scope>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>