Skip to content

Commit

Permalink
Properly import JSTL into project
Browse files Browse the repository at this point in the history
Fixes #7
The Java Standard Tag Library v. 1.2 gets loaded properly after updating Jetty dependency from 9.4.7.v20170914 to 9.4.8.v20171121. The option to include the JSTL finds duplicate version because of by-hand added JSTL library into WEB-INF\lib folder.
  • Loading branch information
bissim committed Jan 22, 2018
1 parent 015ae0d commit 2b8cd87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.8</jdk.version>
<jetty-version>9.4.7.v20170914</jetty-version>
<jetty-version>9.4.8.v20171121</jetty-version>
</properties>
<licenses>
<license>
Expand Down Expand Up @@ -242,7 +242,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.106</version>
<version>1.11.268</version>
</dependency>

<!-- Apache Commons Configuration -->
Expand Down
Binary file not shown.

0 comments on commit 2b8cd87

Please sign in to comment.