Skip to content

Commit a64b8d4

Browse files
committed
make jakarta.servlet-api as both provided and optional
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 114b3de commit a64b8d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logback-classic/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
<groupId>jakarta.servlet</groupId>
115115
<artifactId>jakarta.servlet-api</artifactId>
116116
<scope>provided</scope>
117+
<optional>true</optional>
117118
</dependency>
118119

119120
<dependency>

0 commit comments

Comments
 (0)