Update to Gradle 7.3.3
Issue gh-610 Closes gh-613 Closes gh-581
This commit is contained in:
@@ -1,19 +1,22 @@
|
||||
apply from: SAMPLE_WAR_GRADLE
|
||||
plugins {
|
||||
id "org.gretty"
|
||||
id 'war'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':spring-ldap-test'),
|
||||
'javax.servlet:jstl:1.2',
|
||||
"org.springframework:spring-context:$springVersion",
|
||||
"org.springframework:spring-webmvc:$springVersion",
|
||||
"org.springframework.data:spring-data-commons:$springDataVersion",
|
||||
"org.springframework:spring-context",
|
||||
"org.springframework:spring-webmvc",
|
||||
"org.springframework.data:spring-data-commons",
|
||||
"com.fasterxml.jackson.core:jackson-databind:2.9.8",
|
||||
"com.google.guava:guava:15.0"
|
||||
|
||||
provided "javax.servlet:javax.servlet-api:3.0.1",
|
||||
compileOnly "javax.servlet:javax.servlet-api:3.0.1",
|
||||
'javax.servlet.jsp:jsp-api:2.1'
|
||||
|
||||
runtime 'ch.qos.logback:logback-classic:1.0.13'
|
||||
runtimeOnly 'ch.qos.logback:logback-classic:1.0.13'
|
||||
|
||||
testCompile "org.springframework:spring-test:$springVersion",
|
||||
"junit:junit:$junitVersion"
|
||||
testImplementation "org.springframework:spring-test",
|
||||
"junit:junit"
|
||||
}
|
||||
Reference in New Issue
Block a user