Add missing dependency to profitbricks

Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/8206d19a
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/8206d19a
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/8206d19a

Branch: refs/heads/master
Commit: 8206d19a81b2afc8b8d24f654121772570236410
Parents: cb45048
Author: Ignasi Barrera <[email protected]>
Authored: Mon Jan 19 10:32:36 2015 +0100
Committer: Ignasi Barrera <[email protected]>
Committed: Mon Jan 19 10:32:36 2015 +0100

----------------------------------------------------------------------
 providers/profitbricks/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/8206d19a/providers/profitbricks/pom.xml
----------------------------------------------------------------------
diff --git a/providers/profitbricks/pom.xml b/providers/profitbricks/pom.xml
index ab0003d..b48e589 100644
--- a/providers/profitbricks/pom.xml
+++ b/providers/profitbricks/pom.xml
@@ -61,6 +61,11 @@
             <artifactId>auto-value</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>com.google.auto.service</groupId>
+            <artifactId>auto-service</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <!-- Test dependencies -->
         <dependency>
             <groupId>org.apache.jclouds</groupId>

Reply via email to