You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/06/15 18:55:37 UTC

[jackrabbit-oak] branch trunk updated: OAK-10307: oak-shaded-guava leaks original guava as transitive dependency (#989)

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

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1d6581bb10 OAK-10307: oak-shaded-guava leaks original guava as transitive dependency (#989)
1d6581bb10 is described below

commit 1d6581bb10b5d23f639b52da57eb41013b000d2f
Author: Julian Reschke <re...@apache.org>
AuthorDate: Thu Jun 15 20:55:32 2023 +0200

    OAK-10307: oak-shaded-guava leaks original guava as transitive dependency (#989)
    
    * OAK-10307: oak-shaded-guava leaks original guava as transitive dependency
    
    * OAK-10307: gitignore oak-shaded-guava/dependency-reduced-pom.xml
---
 .gitignore               | 1 +
 oak-shaded-guava/pom.xml | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 210e226f41..d13284858c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ atlassian-ide-plugin.xml
 .checkstyle
 derby.log
 .java-version
+oak-shaded-guava/dependency-reduced-pom.xml
diff --git a/oak-shaded-guava/pom.xml b/oak-shaded-guava/pom.xml
index 9bc1a92a55..817e3f9932 100644
--- a/oak-shaded-guava/pom.xml
+++ b/oak-shaded-guava/pom.xml
@@ -57,7 +57,6 @@
                   <shadedPattern>${pref}</shadedPattern>
                 </relocation>
               </relocations>
-              <createDependencyReducedPom>false</createDependencyReducedPom>
               <createSourcesJar>true</createSourcesJar>
             </configuration>
           </execution>