Skip to content

Commit 5a0bfa1

Browse files
committed
Dependency to oak-auth-external should be optional
This closes #849
1 parent 65316a7 commit 5a0bfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accesscontroltool-bundle/bnd.bnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ com.adobe.granite.jmx.annotation;resolution:=optional,\
1414
com.fasterxml.jackson.databind;resolution:=optional,\
1515
org.apache.http.*;resolution:=optional,\
1616
org.bouncycastle.*;resolution:=optional,\
17-
org.apache.sling.commons.scheduler.*;resolution:=optional,\
1817
org.apache.jackrabbit.oak.spi.security.principal;version="[1.5.0,3)",\
18+
org.apache.jackrabbit.oak.spi.security.authentication.external.*;resolution:=optional,\
1919
!jakarta.servlet.jsp.el,\
2020
*
2121

0 commit comments

Comments
 (0)