Skip to content

Commit

Permalink
Add missing runtime jstl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Aug 19, 2024
1 parent 8185e22 commit 2cb28ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tds-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ dependencies {
// opendap
api 'edu.ucar:opendap'
api "jakarta.servlet:jakarta.servlet-api"
api "jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:2.0.0"
api "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
runtime 'org.apache.taglibs:taglibs-standard-spec:1.2.5'
runtime 'org.apache.taglibs:taglibs-standard-impl:1.2.5'

Expand Down
2 changes: 2 additions & 0 deletions tds/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ dependencies {

// Server stuff
providedCompile "jakarta.servlet:jakarta.servlet-api:${depVersion.jakartaServletApi}"
runtimeOnly "jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api"
runtimeOnly "org.glassfish.web:jakarta.servlet.jsp.jstl"
runtimeOnly 'org.apache.taglibs:taglibs-standard-spec'
runtimeOnly 'org.apache.taglibs:taglibs-standard-impl'

Expand Down

0 comments on commit 2cb28ea

Please sign in to comment.