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 14:56:34 UTC

[jackrabbit-oak] branch OAK-10307 created (now f7fa823260)

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

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


      at f7fa823260 OAK-10307: oak-shaded-guava leaks original guava as transitive dependency

This branch includes the following new commits:

     new f7fa823260 OAK-10307: oak-shaded-guava leaks original guava as transitive dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jackrabbit-oak] 01/01: OAK-10307: oak-shaded-guava leaks original guava as transitive dependency

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f7fa823260d9339c31997b64b071a0f932edba0d
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Thu Jun 15 15:56:16 2023 +0100

    OAK-10307: oak-shaded-guava leaks original guava as transitive dependency
---
 oak-shaded-guava/pom.xml | 1 -
 1 file changed, 1 deletion(-)

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>