Skip to content

Commit c868f72

Browse files
committed
Removed tomcat-embed-logging-log4j dependency fron GraphQL
The GraphQL code is not active in the grails-core project but I removed the dependency anyway - it should not be there if we reintroduce the code again.
1 parent e3cda3a commit c868f72

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

grails-data-graphql/core/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ dependencies {
4040
testImplementation 'com.github.fakemongo:fongo:2.1.1'
4141
testImplementation 'com.h2database:h2:2.2.224'
4242
testImplementation 'org.apache.tomcat:tomcat-jdbc:8.5.97'
43-
testImplementation "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2"
4443
testImplementation "org.slf4j:slf4j-api:$slf4jVersion"
4544
}
4645

grails-data-graphql/examples/spring-boot-app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ dependencies {
5252
implementation 'junit:junit'
5353
runtimeOnly 'com.h2database:h2'
5454
runtimeOnly 'org.apache.tomcat:tomcat-jdbc'
55-
runtimeOnly "org.apache.tomcat.embed:tomcat-embed-logging-log4j"
5655
implementation 'jakarta.persistence:jakarta.persistence-api'
5756

5857
runtimeOnly "javax.el:javax.el-api"

0 commit comments

Comments
 (0)