You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: accesscontroltool-bundle/pom.xml
+2-13Lines changed: 2 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
26
26
<properties>
27
27
<tomcat.el.version>10.1.44</tomcat.el.version>
28
-
<oak.testing.version>1.48.0</oak.testing.version><!-- ITs require a newer version of Oak otherwise it won't work with Java 11 and certain classes for running the IT are not available -->
28
+
<oak.testing.version>1.74.0</oak.testing.version><!-- ITs require a newer version of Oak otherwise it won't work with Java 23+ (https://issues.apache.org/jira/browse/OAK-11199) and certain classes for running the IT are not available -->
29
29
30
30
</properties>
31
31
@@ -168,18 +168,7 @@
168
168
<artifactId>org.apache.sling.hc.api</artifactId>
169
169
<scope>provided</scope>
170
170
</dependency>
171
-
<!-- mainly constants and some principal impls -->
172
-
<dependency>
173
-
<groupId>org.apache.jackrabbit</groupId>
174
-
<artifactId>oak-security-spi</artifactId>
175
-
<scope>provided</scope>
176
-
<exclusions>
177
-
<exclusion>
178
-
<groupId>*</groupId>
179
-
<artifactId>*</artifactId>
180
-
</exclusion>
181
-
</exclusions>
182
-
</dependency>
171
+
<!-- API for creating external groups (those which are connected to LDAP/IDP) -->
Copy file name to clipboardExpand all lines: accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/aceinstaller/AceBeanInstallerClassic.java
Copy file name to clipboardExpand all lines: accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/aceinstaller/AceBeanInstallerIncremental.java
Copy file name to clipboardExpand all lines: accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/authorizableinstaller/impl/AuthInstallerUserManagerPrefetchingImpl.java
Copy file name to clipboardExpand all lines: accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/authorizableinstaller/impl/AuthorizableInstallerServiceImpl.java
Copy file name to clipboardExpand all lines: accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/authorizableinstaller/impl/ImpersonationInstallerServiceImpl.java
Copy file name to clipboardExpand all lines: accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/dumpservice/impl/DumpServiceImpl.java
0 commit comments