mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
14 lines
215 B
Groovy
14 lines
215 B
Groovy
plugins {
|
|
id 'io.spring.convention.integration-test'
|
|
}
|
|
|
|
apply plugin: 'java'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
optional 'jakarta.servlet:jakarta.servlet-api:5.0.0'
|
|
testCompile 'junit:junit:4.12'
|
|
} |