You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2017/08/30 19:26:39 UTC

jclouds-labs git commit: Make auto service optional

Repository: jclouds-labs
Updated Branches:
  refs/heads/master 3a63007f4 -> 85eb1fedc


Make auto service optional

This makes dependencies consistent and eliminates warnings of the
form:

$M2_HOME/repository/org/apache/jclouds/driver/jclouds-slf4j/2.1.0-SNAPSHOT/jclouds-slf4j-2.1.0-SNAPSHOT.jar(org/jclouds/logging/slf4j/config/SLF4JLoggingModule.class): warning: Cannot find annotation method 'value()' in type 'AutoService': class file for com.google.auto.service.AutoService not found

Reference:

https://github.com/google/auto/tree/master/service#download


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

Branch: refs/heads/master
Commit: 85eb1fedcc87a5b919d45725cb4906cac55c47d5
Parents: 3a63007
Author: Andrew Gaul <ga...@apache.org>
Authored: Wed Aug 30 12:24:36 2017 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Wed Aug 30 12:26:29 2017 -0700

----------------------------------------------------------------------
 abiquo/pom.xml            | 1 +
 azurecompute-arm/pom.xml  | 1 +
 azurecompute/pom.xml      | 1 +
 dimensiondata/pom.xml     | 1 +
 h2-jdbc/pom.xml           | 1 +
 jdbc/pom.xml              | 1 +
 oneandone/pom.xml         | 1 +
 profitbricks-rest/pom.xml | 1 +
 vagrant/pom.xml           | 1 +
 9 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/85eb1fed/abiquo/pom.xml
----------------------------------------------------------------------
diff --git a/abiquo/pom.xml b/abiquo/pom.xml
index 7831d7c..8c863d6 100644
--- a/abiquo/pom.xml
+++ b/abiquo/pom.xml
@@ -60,6 +60,7 @@
       <groupId>com.google.auto.service</groupId>
       <artifactId>auto-service</artifactId>
       <scope>provided</scope>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.google.auto.value</groupId>

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/85eb1fed/azurecompute-arm/pom.xml
----------------------------------------------------------------------
diff --git a/azurecompute-arm/pom.xml b/azurecompute-arm/pom.xml
index 028e476..72ff3e2 100644
--- a/azurecompute-arm/pom.xml
+++ b/azurecompute-arm/pom.xml
@@ -52,6 +52,7 @@
       <groupId>com.google.auto.service</groupId>
       <artifactId>auto-service</artifactId>
       <scope>provided</scope>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.google.auto.value</groupId>

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/85eb1fed/azurecompute/pom.xml
----------------------------------------------------------------------
diff --git a/azurecompute/pom.xml b/azurecompute/pom.xml
index 5b0da81..28e393e 100644
--- a/azurecompute/pom.xml
+++ b/azurecompute/pom.xml
@@ -58,6 +58,7 @@
       <groupId>com.google.auto.service</groupId>
       <artifactId>auto-service</artifactId>
       <scope>provided</scope>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.google.auto.value</groupId>

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/85eb1fed/dimensiondata/pom.xml
----------------------------------------------------------------------
diff --git a/dimensiondata/pom.xml b/dimensiondata/pom.xml
index 571aff2..6927528 100644
--- a/dimensiondata/pom.xml
+++ b/dimensiondata/pom.xml
@@ -111,6 +111,7 @@
             <groupId>com.google.auto.service</groupId>
             <artifactId>auto-service</artifactId>
             <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/85eb1fed/h2-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/h2-jdbc/pom.xml b/h2-jdbc/pom.xml
index 33534d6..15e4ef4 100644
--- a/h2-jdbc/pom.xml
+++ b/h2-jdbc/pom.xml
@@ -92,6 +92,7 @@
       <groupId>com.google.auto.service</groupId>
       <artifactId>auto-service</artifactId>
       <scope>provided</scope>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.google.inject.extensions</groupId>

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/85eb1fed/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 8dfe20f..19c4440 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -69,6 +69,7 @@
       <groupId>com.google.auto.service</groupId>
       <artifactId>auto-service</artifactId>
       <scope>provided</scope>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.google.inject.extensions</groupId>

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/85eb1fed/oneandone/pom.xml
----------------------------------------------------------------------
diff --git a/oneandone/pom.xml b/oneandone/pom.xml
index 4ebc4d7..03049d0 100644
--- a/oneandone/pom.xml
+++ b/oneandone/pom.xml
@@ -59,6 +59,7 @@
             <groupId>com.google.auto.service</groupId>
             <artifactId>auto-service</artifactId>
             <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>com.google.auto.value</groupId>

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/85eb1fed/profitbricks-rest/pom.xml
----------------------------------------------------------------------
diff --git a/profitbricks-rest/pom.xml b/profitbricks-rest/pom.xml
index bc2b7f0..b648dc8 100644
--- a/profitbricks-rest/pom.xml
+++ b/profitbricks-rest/pom.xml
@@ -59,6 +59,7 @@
             <groupId>com.google.auto.service</groupId>
             <artifactId>auto-service</artifactId>
             <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>com.google.auto.value</groupId>

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/85eb1fed/vagrant/pom.xml
----------------------------------------------------------------------
diff --git a/vagrant/pom.xml b/vagrant/pom.xml
index 1303640..a5c3f76 100644
--- a/vagrant/pom.xml
+++ b/vagrant/pom.xml
@@ -52,6 +52,7 @@
       <groupId>com.google.auto.service</groupId>
       <artifactId>auto-service</artifactId>
       <scope>provided</scope>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.google.auto.value</groupId>