Update to jakarta.servlet-api dependency

Closes gh-1960
This commit is contained in:
Eleftheria Stein
2022-01-14 16:21:35 +01:00
parent 8f20fa328a
commit a0246a61b6
19 changed files with 19 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ repositories {
} }
dependencies { dependencies {
optional 'javax.servlet:javax.servlet-api:3.1.0' optional 'jakarta.servlet:jakarta.servlet-api:4.0.4'
testImplementation platform('org.junit:junit-bom:5.8.1') testImplementation platform('org.junit:junit-bom:5.8.1')
testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-engine' testImplementation 'org.junit.jupiter:junit-jupiter-engine'

View File

@@ -4,7 +4,7 @@ plugins {
} }
dependencies { dependencies {
provided 'javax.servlet:javax.servlet-api' provided 'jakarta.servlet:jakarta.servlet-api:4.0.4'
testImplementation 'commons-io:commons-io:2.11.0' testImplementation 'commons-io:commons-io:2.11.0'
testImplementation 'org.assertj:assertj-core:3.21.0' testImplementation 'org.assertj:assertj-core:3.21.0'
testImplementation platform('org.junit:junit-bom:5.8.1') testImplementation platform('org.junit:junit-bom:5.8.1')

View File

@@ -26,7 +26,7 @@ dependencyManagement {
dependency 'edu.umd.cs.mtc:multithreadedtc:1.01' dependency 'edu.umd.cs.mtc:multithreadedtc:1.01'
dependency 'io.lettuce:lettuce-core:6.1.5.RELEASE' dependency 'io.lettuce:lettuce-core:6.1.5.RELEASE'
dependency 'jakarta.annotation:jakarta.annotation-api:1.3.5' dependency 'jakarta.annotation:jakarta.annotation-api:1.3.5'
dependency 'javax.servlet:javax.servlet-api:4.0.1' dependency 'jakarta.servlet:jakarta.servlet-api:4.0.4'
dependency 'mysql:mysql-connector-java:8.0.27' dependency 'mysql:mysql-connector-java:8.0.27'
dependency 'org.apache.derby:derby:10.14.2.0' dependency 'org.apache.derby:derby:10.14.2.0'
dependency 'org.assertj:assertj-core:3.21.0' dependency 'org.assertj:assertj-core:3.21.0'

View File

@@ -7,7 +7,7 @@ dependencies {
optional "io.projectreactor:reactor-core" optional "io.projectreactor:reactor-core"
optional "jakarta.annotation:jakarta.annotation-api" optional "jakarta.annotation:jakarta.annotation-api"
optional "javax.servlet:javax.servlet-api" optional "jakarta.servlet:jakarta.servlet-api"
optional "org.springframework:spring-context" optional "org.springframework:spring-context"
optional "org.springframework:spring-jdbc" optional "org.springframework:spring-jdbc"
optional "org.springframework:spring-messaging" optional "org.springframework:spring-messaging"

View File

@@ -41,5 +41,5 @@ dependencies {
testImplementation "org.mockito:mockito-core" testImplementation "org.mockito:mockito-core"
testImplementation "org.mockito:mockito-junit-jupiter" testImplementation "org.mockito:mockito-junit-jupiter"
testImplementation "io.projectreactor:reactor-test" testImplementation "io.projectreactor:reactor-test"
testImplementation "javax.servlet:javax.servlet-api" testImplementation "jakarta.servlet:jakarta.servlet-api"
} }

View File

@@ -15,7 +15,7 @@ dependencies {
testImplementation "org.mockito:mockito-core" testImplementation "org.mockito:mockito-core"
testImplementation "org.springframework:spring-test" testImplementation "org.springframework:spring-test"
testImplementation "io.projectreactor:reactor-test" testImplementation "io.projectreactor:reactor-test"
testImplementation "javax.servlet:javax.servlet-api" testImplementation "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.springframework:spring-web" testImplementation "org.springframework:spring-web"
testImplementation "org.springframework.security:spring-security-core" testImplementation "org.springframework.security:spring-security-core"
testImplementation "org.junit.jupiter:junit-jupiter-api" testImplementation "org.junit.jupiter:junit-jupiter-api"

View File

@@ -22,7 +22,7 @@ dependencies {
testImplementation 'org.assertj:assertj-core' testImplementation 'org.assertj:assertj-core'
testImplementation 'com.hazelcast:hazelcast' testImplementation 'com.hazelcast:hazelcast'
testImplementation 'io.lettuce:lettuce-core' testImplementation 'io.lettuce:lettuce-core'
testImplementation 'javax.servlet:javax.servlet-api' testImplementation 'jakarta.servlet:jakarta.servlet-api'
testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
} }

View File

@@ -25,7 +25,7 @@ dependencies {
api "org.springframework:spring-context" api "org.springframework:spring-context"
api "jakarta.annotation:jakarta.annotation-api" api "jakarta.annotation:jakarta.annotation-api"
testImplementation "javax.servlet:javax.servlet-api" testImplementation "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"
testImplementation "org.mockito:mockito-core" testImplementation "org.mockito:mockito-core"
testImplementation "org.springframework:spring-test" testImplementation "org.springframework:spring-test"

View File

@@ -13,7 +13,7 @@ dependencies {
hazelcast4(project(path: ":hazelcast4", configuration: 'classesOnlyElements')) hazelcast4(project(path: ":hazelcast4", configuration: 'classesOnlyElements'))
compileOnly(project(":hazelcast4")) compileOnly(project(":hazelcast4"))
testImplementation "javax.servlet:javax.servlet-api" testImplementation "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"
testImplementation "org.mockito:mockito-core" testImplementation "org.mockito:mockito-core"
testImplementation "org.springframework:spring-test" testImplementation "org.springframework:spring-test"

View File

@@ -7,7 +7,7 @@ dependencies {
api "org.springframework:spring-context" api "org.springframework:spring-context"
api "org.springframework:spring-jdbc" api "org.springframework:spring-jdbc"
testImplementation "javax.servlet:javax.servlet-api" testImplementation "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"
testImplementation "org.mockito:mockito-core" testImplementation "org.mockito:mockito-core"
testImplementation "org.springframework:spring-test" testImplementation "org.springframework:spring-test"

View File

@@ -17,7 +17,7 @@ dependencies {
implementation "ch.qos.logback:logback-classic" implementation "ch.qos.logback:logback-classic"
implementation "org.testcontainers:testcontainers" implementation "org.testcontainers:testcontainers"
providedCompile "javax.servlet:javax.servlet-api" providedCompile "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api" testImplementation "org.junit.jupiter:junit-jupiter-api"

View File

@@ -19,7 +19,7 @@ dependencies {
implementation "org.slf4j:log4j-over-slf4j" implementation "org.slf4j:log4j-over-slf4j"
implementation "ch.qos.logback:logback-classic" implementation "ch.qos.logback:logback-classic"
providedCompile "javax.servlet:javax.servlet-api" providedCompile "jakarta.servlet:jakarta.servlet-api"
providedCompile "javax.servlet.jsp:javax.servlet.jsp-api" providedCompile "javax.servlet.jsp:javax.servlet.jsp-api"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"

View File

@@ -16,7 +16,7 @@ dependencies {
implementation "org.slf4j:log4j-over-slf4j" implementation "org.slf4j:log4j-over-slf4j"
implementation "ch.qos.logback:logback-classic" implementation "ch.qos.logback:logback-classic"
providedCompile "javax.servlet:javax.servlet-api" providedCompile "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api" testImplementation "org.junit.jupiter:junit-jupiter-api"

View File

@@ -17,7 +17,7 @@ dependencies {
implementation "ch.qos.logback:logback-classic" implementation "ch.qos.logback:logback-classic"
implementation "org.testcontainers:testcontainers" implementation "org.testcontainers:testcontainers"
providedCompile "javax.servlet:javax.servlet-api" providedCompile "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api" testImplementation "org.junit.jupiter:junit-jupiter-api"

View File

@@ -18,7 +18,7 @@ dependencies {
implementation "ch.qos.logback:logback-classic" implementation "ch.qos.logback:logback-classic"
implementation "org.testcontainers:testcontainers" implementation "org.testcontainers:testcontainers"
providedCompile "javax.servlet:javax.servlet-api" providedCompile "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.springframework.security:spring-security-test" testImplementation "org.springframework.security:spring-security-test"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"

View File

@@ -19,7 +19,7 @@ dependencies {
implementation "ch.qos.logback:logback-classic" implementation "ch.qos.logback:logback-classic"
implementation "org.testcontainers:testcontainers" implementation "org.testcontainers:testcontainers"
providedCompile "javax.servlet:javax.servlet-api" providedCompile "jakarta.servlet:jakarta.servlet-api"
providedCompile "javax.servlet.jsp:javax.servlet.jsp-api" providedCompile "javax.servlet.jsp:javax.servlet.jsp-api"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"

View File

@@ -15,7 +15,7 @@ dependencies {
implementation "org.slf4j:log4j-over-slf4j" implementation "org.slf4j:log4j-over-slf4j"
implementation "ch.qos.logback:logback-classic" implementation "ch.qos.logback:logback-classic"
providedCompile "javax.servlet:javax.servlet-api" providedCompile "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api" testImplementation "org.junit.jupiter:junit-jupiter-api"

View File

@@ -16,7 +16,7 @@ dependencies {
implementation "org.slf4j:log4j-over-slf4j" implementation "org.slf4j:log4j-over-slf4j"
implementation "ch.qos.logback:logback-classic" implementation "ch.qos.logback:logback-classic"
providedCompile "javax.servlet:javax.servlet-api" providedCompile "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api" testImplementation "org.junit.jupiter:junit-jupiter-api"

View File

@@ -17,7 +17,7 @@ dependencies {
implementation "ch.qos.logback:logback-classic" implementation "ch.qos.logback:logback-classic"
implementation "org.testcontainers:testcontainers" implementation "org.testcontainers:testcontainers"
providedCompile "javax.servlet:javax.servlet-api" providedCompile "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core" testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api" testImplementation "org.junit.jupiter:junit-jupiter-api"