You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/12/07 07:56:27 UTC

[sling-org-apache-sling-testing-sling-mock-oak] branch SLING-10972-shade-guava created (now 854c757)

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

kwin pushed a change to branch SLING-10972-shade-guava
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git.


      at 854c757  SLING-10972 shade Guava

This branch includes the following new commits:

     new 854c757  SLING-10972 shade Guava

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.


[sling-org-apache-sling-testing-sling-mock-oak] 01/01: SLING-10972 shade Guava

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

kwin pushed a commit to branch SLING-10972-shade-guava
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git

commit 854c757aafdd1fb3a1b9f602808af69c3d2cbaea
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Dec 7 08:56:13 2021 +0100

    SLING-10972 shade Guava
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 01b4735..fa3fe9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,6 +181,7 @@
                     <artifactSet>
                         <includes>
                             <include>org.apache.jackrabbit:*</include>
+                            <include>com.google.guava:*</include>
                         </includes>
                     </artifactSet>
                     <createSourcesJar>true</createSourcesJar>