Skip to content

Commit

Permalink
Switch to org.apache.tomcat.embed:tomcat-embed-el dependency insteaf …
Browse files Browse the repository at this point in the history
…of org.glassfish:jakarta.el to be inline with spring (see spring-projects/spring-boot#24744 for details)
  • Loading branch information
agrancaric authored and jzrilic committed Apr 20, 2022
1 parent 05f04aa commit 077b320
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nrich-form-configuration-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

implementation project(":nrich-form-configuration")

implementation "org.glassfish:jakarta.el"
implementation "org.apache.tomcat.embed:tomcat-embed-el"
implementation "org.hibernate.validator:hibernate-validator"
implementation "org.springframework.boot:spring-boot-autoconfigure"

Expand Down
2 changes: 1 addition & 1 deletion nrich-form-configuration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies {
testRuntimeOnly "ch.qos.logback:logback-classic"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"

testImplementation "org.apache.tomcat.embed:tomcat-embed-el"
testImplementation "org.assertj:assertj-core"
testImplementation "org.glassfish:jakarta.el"
testImplementation "org.hibernate.validator:hibernate-validator"
testImplementation "org.hamcrest:hamcrest"
testImplementation "com.jayway.jsonpath:json-path"
Expand Down
2 changes: 1 addition & 1 deletion nrich-notification/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {
testRuntimeOnly "ch.qos.logback:logback-classic"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"

testImplementation "org.apache.tomcat.embed:tomcat-embed-el"
testImplementation "org.assertj:assertj-core"
testImplementation "org.glassfish:jakarta.el"
testImplementation "org.hibernate.validator:hibernate-validator"
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.mockito:mockito-core"
Expand Down
2 changes: 1 addition & 1 deletion nrich-registry-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {
implementation project(":nrich-registry")
implementation project(":nrich-spring-boot")

implementation "org.hibernate.validator:hibernate-validator"
implementation "org.apache.tomcat.embed:tomcat-embed-el"
implementation "org.hibernate.validator:hibernate-validator"
implementation "org.springframework.boot:spring-boot-starter-data-jpa"

testAnnotationProcessor "org.projectlombok:lombok"
Expand Down
2 changes: 1 addition & 1 deletion nrich-registry/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies {
testRuntimeOnly "com.h2database:h2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"

testImplementation "org.apache.tomcat.embed:tomcat-embed-el"
testImplementation "org.assertj:assertj-core"
testImplementation "org.glassfish:jakarta.el"
testImplementation "org.hibernate:hibernate-core"
testImplementation "org.hibernate.validator:hibernate-validator"
testImplementation "org.hamcrest:hamcrest"
Expand Down
2 changes: 1 addition & 1 deletion nrich-validation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
annotationProcessor "org.projectlombok:lombok"
compileOnly "org.projectlombok:lombok"

implementation "org.apache.tomcat.embed:tomcat-embed-el"
implementation "org.hibernate.validator:hibernate-validator"
implementation "org.glassfish:jakarta.el"
implementation "org.springframework:spring-context"

webImplementation "org.springframework:spring-web"
Expand Down
2 changes: 1 addition & 1 deletion nrich-webmvc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies {

testImplementation "com.fasterxml.jackson.core:jackson-core"
testImplementation "com.fasterxml.jackson.core:jackson-databind"
testImplementation "org.apache.tomcat.embed:tomcat-embed-el"
testImplementation "org.assertj:assertj-core"
testImplementation "org.glassfish:jakarta.el"
testImplementation "org.hibernate.validator:hibernate-validator"
testImplementation "org.hamcrest:hamcrest"
testImplementation "com.jayway.jsonpath:json-path"
Expand Down

0 comments on commit 077b320

Please sign in to comment.