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 committed Mar 25, 2022
1 parent 308c2f2 commit d73c6c3
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.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.jupiter:junit-jupiter-params"
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 @@ -9,8 +9,8 @@ dependencies {

implementation project(":nrich-registry")

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 @@ -26,8 +26,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.junit.jupiter:junit-jupiter-api"
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.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.jupiter:junit-jupiter-params"
Expand Down

0 comments on commit d73c6c3

Please sign in to comment.