You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2016/10/26 22:39:49 UTC

[3/3] jclouds-cli git commit: Remove Guava from the system deps for the distribution

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.


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

Branch: refs/heads/master
Commit: cf1d92f1cac00bb66664df54c15bd91b09fbae68
Parents: 0af97c2
Author: Andrew Phillips <an...@apache.org>
Authored: Wed Sep 7 00:26:46 2016 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Wed Oct 26 18:37:59 2016 -0400

----------------------------------------------------------------------
 assembly/src/main/assembly/unix.xml | 7 -------
 assembly/src/main/assembly/win.xml  | 7 -------
 2 files changed, 14 deletions(-)
----------------------------------------------------------------------


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

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