|
|
|
|
@ -43,6 +43,22 @@
|
|
|
|
|
<artifactId>spring-boot-starter-undertow</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.undertow</groupId>
|
|
|
|
|
<artifactId>undertow-core</artifactId>
|
|
|
|
|
<version>${undertow.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.undertow</groupId>
|
|
|
|
|
<artifactId>undertow-servlet</artifactId>
|
|
|
|
|
<version>${undertow.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.undertow</groupId>
|
|
|
|
|
<artifactId>undertow-websockets-jsr</artifactId>
|
|
|
|
|
<version>${undertow.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
|
|