We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2681d3e commit 482e7fdCopy full SHA for 482e7fd
samples/odm/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
"org.springframework:spring-webmvc",
14
"commons-lang:commons-lang"
15
16
- compileOnly "javax.servlet:servlet-api:2.5"
+ compileOnly "javax.servlet:javax.servlet-api:4.0.1"
17
18
runtimeOnly 'ch.qos.logback:logback-classic'
19
samples/plain/build.gradle
0 commit comments