Skip to content

Commit a67c157

Browse files
committed
Update Undertow
1 parent c789520 commit a67c157

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,23 @@
346346
<artifactId>velocity-engine-core</artifactId>
347347
<version>2.3</version>
348348
</dependency>
349+
350+
<dependency>
351+
<groupId>io.undertow</groupId>
352+
<artifactId>undertow-core</artifactId>
353+
<version>2.2.8.Final</version>
354+
</dependency>
355+
<dependency>
356+
<groupId>io.undertow</groupId>
357+
<artifactId>undertow-servlet</artifactId>
358+
<version>2.2.8.Final</version>
359+
</dependency>
360+
<dependency>
361+
<groupId>io.undertow</groupId>
362+
<artifactId>undertow-websockets-jsr</artifactId>
363+
<version>2.2.8.Final</version>
364+
</dependency>
365+
349366
</dependencies>
350367

351368
<build>

0 commit comments

Comments
 (0)