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 2022/11/14 14:18:40 UTC

[jackrabbit-oak] branch OAK-9994 created (now a32e03286b)

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

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


      at a32e03286b OAK-9994: oak-auth-external - declare Guava dependency as 'provided'

This branch includes the following new commits:

     new a32e03286b OAK-9994: oak-auth-external - declare Guava dependency as 'provided'

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-9994: oak-auth-external - declare Guava dependency as 'provided'

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

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

commit a32e03286bd93cf77abfa4ecd728be61b8c848b4
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Mon Nov 14 15:18:19 2022 +0100

    OAK-9994: oak-auth-external - declare Guava dependency as 'provided'
---
 oak-auth-external/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/oak-auth-external/pom.xml b/oak-auth-external/pom.xml
index 59f1e14395..8c59c98e39 100644
--- a/oak-auth-external/pom.xml
+++ b/oak-auth-external/pom.xml
@@ -141,6 +141,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
+            <scope>provided</scope>
         </dependency>
 
         <!-- Logging -->