This is an automated email from the ASF dual-hosted git repository.

randgalt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new 66c81e0  CURATOR-558 was supposed to shade all of Guava - forgot to 
remove the exclusions for the old guava classes that were still exposed. This 
was causing the installed JARs to be incorrect (missing the 3 shaded Guava 
classes) in the client JAR
66c81e0 is described below

commit 66c81e05c78519b3f82f59bcae05345e5e24c189
Author: randgalt <randg...@apache.org>
AuthorDate: Sun May 10 11:15:38 2020 -0500

    CURATOR-558 was supposed to shade all of Guava - forgot to remove the 
exclusions for the old guava classes that were still exposed. This was causing 
the installed JARs to be incorrect (missing the 3 shaded Guava classes) in the 
client JAR
---
 curator-client/pom.xml |  3 ---
 pom.xml                | 10 ----------
 2 files changed, 13 deletions(-)

diff --git a/curator-client/pom.xml b/curator-client/pom.xml
index 9d30720..18c35cb 100644
--- a/curator-client/pom.xml
+++ b/curator-client/pom.xml
@@ -108,9 +108,6 @@
                                 <filter>
                                     <artifact>com.google.guava:guava</artifact>
                                     <excludes>
-                                        
<exclude>com/google/common/base/Function.class</exclude>
-                                        
<exclude>com/google/common/base/Predicate.class</exclude>
-                                        
<exclude>com/google/common/reflect/TypeToken.class</exclude>
                                         <exclude>META-INF/**</exclude>
                                     </excludes>
                                 </filter>
diff --git a/pom.xml b/pom.xml
index df45a2e..7bc7473 100644
--- a/pom.xml
+++ b/pom.xml
@@ -682,16 +682,6 @@
 
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-install-plugin</artifactId>
-            </plugin>
-
-            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>

Reply via email to