mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
The main `build.gradle` file contains now only the common build infrastructure; all module-specific build configurations have been moved to their own build file. Issue: SPR-15885
6 lines
176 B
Groovy
6 lines
176 B
Groovy
description = "Spring Commons Logging Bridge"
|
|
|
|
dependencies {
|
|
optional("org.apache.logging.log4j:log4j-api:${log4jVersion}")
|
|
optional("org.slf4j:slf4j-api:${slf4jVersion}")
|
|
} |