Skip to content

Commit ff969cc

Browse files
committed
minor cleanup
1 parent a13cc9e commit ff969cc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
<artifactId>org.apache.sling.hc.api</artifactId>
137137
<version>1.0.2</version>
138138
</dependency>
139-
140139
<dependency>
141140
<groupId>org.apache.jackrabbit</groupId>
142141
<artifactId>oak-security-spi</artifactId>
@@ -164,7 +163,7 @@
164163
<artifactId>snakeyaml</artifactId>
165164
<version>2.4</version>
166165
</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 -->
168167
<dependency>
169168
<groupId>org.bouncycastle</groupId>
170169
<artifactId>bcpkix-jdk15on</artifactId>
@@ -391,8 +390,8 @@
391390
</netcentric-aem-classification>
392391
<netcentric-aem-cloud>
393392
<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 -->
394+
<allowVarNodeOutsideContainer>false</allowVarNodeOutsideContainer>
396395
</options>
397396
</netcentric-aem-cloud>
398397
</validatorsSettings>

0 commit comments

Comments
 (0)