Skip to content

Commit

Permalink
Upgrade jakarta el api to version 4 (which corresponds to Jakarta EE 9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Aug 19, 2024
1 parent 5612371 commit 8ec9315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tds-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
api "org.hibernate.validator:hibernate-validator-annotation-processor:${depVersion.hibernateValidator}"
api 'jakarta.el:jakarta.el-api'
api'org.apache.commons:commons-lang3:3.4'
runtime 'org.glassfish:javax.el:3.0.0'
runtime 'org.glassfish:jakarta.el:4.0.2'
runtime "jaxen:jaxen:${depVersion.jaxen}"

// waterml stuff
Expand Down
2 changes: 1 addition & 1 deletion tds/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencies {

// JSR 303 with Hibernate Validator, which is dragging in jboss logging
runtimeOnly 'org.hibernate.validator:hibernate-validator'
runtimeOnly 'org.glassfish:javax.el'
runtimeOnly 'org.glassfish:jakarta.el'
annotationProcessor "org.hibernate.validator:hibernate-validator-annotation-processor:${depVersion.hibernateValidator}"

// @Resource annotation (removed post Java 8)
Expand Down

0 comments on commit 8ec9315

Please sign in to comment.