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 <[email protected]> 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>
