Skip to content

Commit

Permalink
Required by tomcat, doesnt hurt Jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakarFin committed Feb 15, 2024
1 parent 5c68ddd commit 080b6ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webapp-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@
<artifactId>postgresql</artifactId>
</dependency>

<!-- JSTL not needed for Jetty, but required by Tomcat -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 080b6ac

Please sign in to comment.