Tentatively remove Guava from the system deps for the distribution

There are no files matching the filter anyway, so this already be a no-op
in practice. But not quite sure - needs more testing


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

Branch: refs/heads/cleanup
Commit: 7dba96d54e893b61716fcaa4d90557e98321ba05
Parents: bc003de
Author: Andrew Phillips <[email protected]>
Authored: Wed Sep 7 00:26:46 2016 -0400
Committer: Andrew Phillips <[email protected]>
Committed: Wed Sep 7 00:26:46 2016 -0400

----------------------------------------------------------------------
 assembly/src/main/assembly/unix.xml | 4 ++--
 assembly/src/main/assembly/win.xml  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/7dba96d5/assembly/src/main/assembly/unix.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/assembly/unix.xml 
b/assembly/src/main/assembly/unix.xml
index 0de1193..64f1dce 100644
--- a/assembly/src/main/assembly/unix.xml
+++ b/assembly/src/main/assembly/unix.xml
@@ -137,13 +137,13 @@
             </includes>
             <useTransitiveDependencies>false</useTransitiveDependencies>
         </dependencySet>
-        <dependencySet>
+        <!--dependencySet>
            
<outputDirectory>/system/com/google/guava/guava/${guava.version}/</outputDirectory>
             <fileMode>0644</fileMode>
             <includes>
                 <include>com.google:guava</include>
             </includes>
-        </dependencySet>
+        </dependencySet-->
         <dependencySet>
             
<outputDirectory>/system/org/apache/jclouds/cli/jclouds-cli-runner/${project.version}/</outputDirectory>
             <fileMode>0644</fileMode>

http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/7dba96d5/assembly/src/main/assembly/win.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/assembly/win.xml 
b/assembly/src/main/assembly/win.xml
index bbbdc02..b3e7923 100644
--- a/assembly/src/main/assembly/win.xml
+++ b/assembly/src/main/assembly/win.xml
@@ -135,13 +135,13 @@
             </includes>
             <useTransitiveDependencies>false</useTransitiveDependencies>
         </dependencySet>
-        <dependencySet>
+        <!--dependencySet>
            
<outputDirectory>/system/com/google/guava/guava/${guava.version}/</outputDirectory>
             <fileMode>0644</fileMode>
             <includes>
                 <include>com.google:guava</include>
             </includes>
-        </dependencySet>
+        </dependencySet-->
         <dependencySet>
             
<outputDirectory>/system/org/apache/jclouds/cli/jclouds-cli-runner/${project.version}/</outputDirectory>
             <fileMode>0644</fileMode>

Reply via email to