subprojects {
configurations {
compile.excludegroup:’org.springframework.boot’,module:’spring-boot-starter-tomcat’
}
dependencies{
compile (‘org.springframework.boot:spring-boot-starter-undertow’)
}
}
subprojects {
configurations {
compile.excludegroup:’org.springframework.boot’,module:’spring-boot-starter-tomcat’
}
dependencies{
compile (‘org.springframework.boot:spring-boot-starter-undertow’)
}
}