Skip to content

Commit a956a98

Browse files
authored
Dependency cleanup (#12868)
Remove dependency to tomcat-embed-logging-log4j from grails-plugin-datasource Issue #11631 (#11631)
1 parent 38ab4ae commit a956a98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grails-plugin-datasource/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies {
1313
api "org.grails:grails-datastore-core:$datastoreVersion"
1414

1515
compileOnly "org.apache.tomcat:tomcat-jdbc:$tomcatVersion"
16-
runtimeOnly "org.apache.tomcat.embed:tomcat-embed-logging-log4j:$tomcatLog4jVersion"
1716

1817
api project(":grails-core")
1918
}

0 commit comments

Comments
 (0)