Skip to content

Commit

Permalink
Dependency cleanup (#12868)
Browse files Browse the repository at this point in the history
Remove dependency to tomcat-embed-logging-log4j from grails-plugin-datasource
Issue #11631 (#11631)
  • Loading branch information
ivo-k authored Feb 14, 2023
1 parent 38ab4ae commit a956a98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grails-plugin-datasource/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies {
api "org.grails:grails-datastore-core:$datastoreVersion"

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

api project(":grails-core")
}

0 comments on commit a956a98

Please sign in to comment.