Skip to content

Commit

Permalink
add a dependency to taglibs-standard-jstlel #246
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikawaa committed Apr 5, 2016
1 parent 774cf29 commit 63019d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions projectName-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@
<artifactId>tomcat-jsp-api</artifactId>
<scope>provided</scope>
</dependency>

<!-- JavaEE/SE APIs -->
<!-- Required only for Tomcat. If run on other J2EE server,
remove this dependency and use provided tag libraries. -->
<dependency>
<groupId>org.apache.taglibs</groupId>
<artifactId>taglibs-standard-jstlel</artifactId>
</dependency>
<!-- == End Tomcat == -->

<!-- == Begin Unit Test == -->
Expand Down

0 comments on commit 63019d0

Please sign in to comment.