We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c789520 commit a67c157Copy full SHA for a67c157
1 file changed
pom.xml
@@ -346,6 +346,23 @@
346
<artifactId>velocity-engine-core</artifactId>
347
<version>2.3</version>
348
</dependency>
349
+
350
+ <dependency>
351
+ <groupId>io.undertow</groupId>
352
+ <artifactId>undertow-core</artifactId>
353
+ <version>2.2.8.Final</version>
354
+ </dependency>
355
356
357
+ <artifactId>undertow-servlet</artifactId>
358
359
360
361
362
+ <artifactId>undertow-websockets-jsr</artifactId>
363
364
365
366
</dependencies>
367
368
<build>
0 commit comments