Skip to content

Commit 6a2f8fc

Browse files
committed
Switch to Tomcat's EL reference implementation
Closes gh-871
1 parent f8e85f7 commit 6a2f8fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spring-restdocs-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
testImplementation("org.mockito:mockito-core")
6666
testImplementation("org.springframework:spring-test")
6767

68-
testRuntimeOnly("org.glassfish:jakarta.el:4.0.2")
68+
testRuntimeOnly("org.apache.tomcat.embed:tomcat-embed-el")
6969
}
7070

7171
jar {

spring-restdocs-platform/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies {
1414
api("junit:junit:4.13.1")
1515
api("org.apache.pdfbox:pdfbox:2.0.27")
1616
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.1")
17+
api("org.apache.tomcat.embed:tomcat-embed-el:10.1.1")
1718
api("org.asciidoctor:asciidoctorj:2.5.6")
1819
api("org.asciidoctor:asciidoctorj-pdf:2.3.0")
1920
api("org.assertj:assertj-core:3.23.1")

0 commit comments

Comments
 (0)