Skip to content

Commit

Permalink
Add jstl (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
novucs authored and reecebenson committed Dec 7, 2019
1 parent e99140f commit 91c402b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
compile group: 'org.apache.derby', name: 'derbyclient', version: '10.14.2.0'
compile "com.stripe:stripe-java:15.4.0"
providedCompile group: 'javax', name: 'javaee-api', version: '7.0'
providedCompile group: 'jstl', name: 'jstl', version: '1.2'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.apache.derby', name: 'derby', version: '10.14.2.0'
testCompile group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.19.0'
Expand Down

0 comments on commit 91c402b

Please sign in to comment.