Use AutoService for creation of Service Loader Metadata
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/cc6ff3b8 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/cc6ff3b8 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/cc6ff3b8 Branch: refs/heads/master Commit: cc6ff3b84e856fd518b4298e1e323c5e4886e3f9 Parents: 0bc9fcf Author: Jeremy Daggett <[email protected]> Authored: Mon Nov 24 10:58:58 2014 -0800 Committer: Jeremy Daggett <[email protected]> Committed: Wed Dec 3 09:50:08 2014 -0800 ---------------------------------------------------------------------- apis/openstack-neutron/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/cc6ff3b8/apis/openstack-neutron/pom.xml ---------------------------------------------------------------------- diff --git a/apis/openstack-neutron/pom.xml b/apis/openstack-neutron/pom.xml index 52e2b24..42b3796 100644 --- a/apis/openstack-neutron/pom.xml +++ b/apis/openstack-neutron/pom.xml @@ -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>
