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: pom.xml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,6 @@
136
136
<artifactId>org.apache.sling.hc.api</artifactId>
137
137
<version>1.0.2</version>
138
138
</dependency>
139
-
140
139
<dependency>
141
140
<groupId>org.apache.jackrabbit</groupId>
142
141
<artifactId>oak-security-spi</artifactId>
@@ -164,7 +163,7 @@
164
163
<artifactId>snakeyaml</artifactId>
165
164
<version>2.4</version>
166
165
</dependency>
167
-
<!-- due to https://bugs.openjdk.java.net/browse/JDK-8231581 OOTB JRE is not sufficient -->
166
+
<!-- due to https://bugs.openjdk.java.net/browse/JDK-8231581 OOTB JRE is not sufficient, fixed with https://bugs.openjdk.org/browse/JDK-8298420 in Java 25-->
168
167
<dependency>
169
168
<groupId>org.bouncycastle</groupId>
170
169
<artifactId>bcpkix-jdk15on</artifactId>
@@ -391,8 +390,8 @@
391
390
</netcentric-aem-classification>
392
391
<netcentric-aem-cloud>
393
392
<options>
394
-
<allowVarNodeOutsideContainer>false
395
-
</allowVarNodeOutsideContainer><!-- default value is true, as it is allowed to have /var nodes inside author-only container -->
393
+
<!-- default value is true, as it is allowed to have /var nodes inside author-only container -->
0 commit comments