blob: b456c6ec65c8e4c172cdfaa15eaacc772590a6e6 [file] [log] [blame]
plugins {
id 'java'
id 'org.springframework.boot'
}
dependencies {
implementation "org.springframework:spring-webmvc"
implementation "javax.servlet:javax.servlet-api:${javaxServletVersion}"
}