Skip to content

Commit c50f01f

Browse files
committed
[CONFIGURATION-839] Version 2.10.0 fails java.lang.module.FindException:
Module servlet.api not found
1 parent 56b5c4d commit c50f01f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,12 @@
402402
</dependency>
403403

404404
<dependency>
405+
<!-- For org.apache.commons.configuration2.web -->
405406
<groupId>javax.servlet</groupId>
406407
<artifactId>servlet-api</artifactId>
407408
<version>2.5</version>
408409
<scope>provided</scope>
410+
<optional>true</optional>
409411
</dependency>
410412

411413
<dependency>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<release version="2.10.1" date="YYYY-MM-DD" description="Minor release with new features and updated dependencies.">
2727
<!-- FIX -->
2828
<action type="fix" issue="CONFIGURATION-840" dev="ggregory" due-to="Gary Gregory">StackOverflowError when adding property in AbstractListDelimiterHandler.flattenIterator().</action>
29+
<action type="fix" issue="CONFIGURATION-840" dev="ggregory" due-to="Bob Marinier, Gary Gregory">Version 2.10.0 fails java.lang.module.FindException: Module servlet.api not found.</action>
2930
<!-- UPDATE -->
3031
<action type="update" dev="ggregory" due-to="Dependabot">Bump jackson-databind from 2.16.1 to 2.17.0 #297, #303, #326, #331, #340, #378.</action>
3132
<action type="update" dev="ggregory" due-to="Dependabot">Bump log4j.version from 2.23.0 to 2.23.1 #379.</action>

0 commit comments

Comments
 (0)