Update to jakarta.servlet-api:5.0.0

Closes gh-838
This commit is contained in:
Joe Grandja
2022-08-01 14:31:37 -04:00
parent 395cdbd620
commit a3019b775f
3 changed files with 5 additions and 6 deletions

View File

@@ -78,10 +78,9 @@ public class CheckClasspathForProhibitedDependencies extends DefaultTask {
if (group.equals("javax.money")) {
return false;
}
// TODO: Uncomment the following lines when upgrading to Spring Framework 6
// if (group.startsWith("javax")) {
// return true;
// }
if (group.startsWith("javax")) {
return true;
}
if (group.equals("commons-logging")) {
return true;
}