Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Add jstl in pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Minh Vương <hardingadonis@gmail.com>
  • Loading branch information
hardingadonis committed Oct 29, 2023
1 parent f71aa2f commit 5d30488
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 5d30488

Please sign in to comment.