You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2020/09/09 18:29:57 UTC

[sling-org-apache-sling-jcr-jackrabbit-usermanager] branch master updated: SLING-9723 switch dependency from oak-core to oak-security-spi

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

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-usermanager.git


The following commit(s) were added to refs/heads/master by this push:
     new 1621a4a  SLING-9723 switch dependency from oak-core to oak-security-spi
1621a4a is described below

commit 1621a4acf41b9099501284c653bb83c2d9ae5202
Author: Eric Norman <en...@apache.org>
AuthorDate: Wed Sep 9 11:29:47 2020 -0700

    SLING-9723 switch dependency from oak-core to oak-security-spi
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4fc8d16..3d87292 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,8 +143,8 @@
         </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core</artifactId>
-            <version>1.6.7</version>
+            <artifactId>oak-security-spi</artifactId>
+            <version>1.8.8</version>
             <optional>true</optional>
         </dependency>
     </dependencies>