Skip to content

Commit

Permalink
make jakarta.servlet-api as both provided and optional
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Nov 18, 2022
1 parent 114b3de commit a64b8d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logback-classic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
Expand Down

0 comments on commit a64b8d4

Please sign in to comment.