Skip to content

Commit

Permalink
Merge pull request #231 from ZakarFin/jstl
Browse files Browse the repository at this point in the history
Add JSTL dependency for landing page
  • Loading branch information
ZakarFin authored May 6, 2024
2 parents 9b4bc94 + e207329 commit 5769245
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webapp-landing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- JSTL not needed for Jetty, but required by Tomcat -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<!-- For Java 11 compatibility -->
<dependency>
<groupId>javax.annotation</groupId>
Expand Down

0 comments on commit 5769245

Please sign in to comment.