spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-undertow/build.gradle

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
356 B
Groovy
Raw Normal View History

plugins {
id "org.springframework.boot.starter"
}
description = "Starter for using Undertow as the embedded servlet container. An alternative to spring-boot-starter-tomcat"
dependencies {
api("io.undertow:undertow-core")
api("io.undertow:undertow-servlet")
api("io.undertow:undertow-websockets-jsr")
api("org.apache.tomcat.embed:tomcat-embed-el")
}