Repository: jclouds-labs
Updated Branches:
  refs/heads/master f2da7f2b9 -> c49bf7a61


Add missing dependency to profitbricks


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

Branch: refs/heads/master
Commit: c49bf7a6164aa2f8c0b8e901285a60166a0f242e
Parents: f2da7f2
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

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


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/c49bf7a6/profitbricks/pom.xml
----------------------------------------------------------------------
diff --git a/profitbricks/pom.xml b/profitbricks/pom.xml
index ab0003d..b48e589 100644
--- a/profitbricks/pom.xml
+++ b/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