|
69 | 69 | <slf4j.version>1.7.29</slf4j.version> |
70 | 70 | <spring.version>5.2.0.RELEASE</spring.version> |
71 | 71 | <swagger.version>2.0.10</swagger.version> |
72 | | - <undertow-servlet.ver>2.0.23.Final</undertow-servlet.ver> |
| 72 | + <version.undertow>2.1.6.Final</version.undertow> |
73 | 73 | <version.jboss-servlet-api>2.0.0.Final</version.jboss-servlet-api> |
74 | 74 | <version.bootable.jar>2.0.0.Final</version.bootable.jar> |
75 | 75 | <version.jakartaee>8.0.0</version.jakartaee> |
|
78 | 78 | <version.wildfly.plugin>2.1.0.Beta1</version.wildfly.plugin> |
79 | 79 | <xerces.version>2.12.0</xerces.version> |
80 | 80 | <wildfly.version>25.0.0.Final</wildfly.version> |
| 81 | + <version.wildfly-common>1.5.2.Final</version.wildfly-common> |
81 | 82 | </properties> |
82 | 83 | <dependencyManagement> |
83 | 84 | <dependencies> |
|
162 | 163 | <dependency> |
163 | 164 | <groupId>io.undertow</groupId> |
164 | 165 | <artifactId>undertow-servlet</artifactId> |
165 | | - <version>${undertow-servlet.ver}</version> |
| 166 | + <version>${version.undertow}</version> |
166 | 167 | <exclusions> |
167 | 168 | <exclusion> |
168 | 169 | <groupId>org.jboss.spec.javax.servlet</groupId> |
|
323 | 324 | <dependency> |
324 | 325 | <groupId>io.undertow</groupId> |
325 | 326 | <artifactId>undertow-servlet</artifactId> |
326 | | - <version>2.0.23.Final</version> |
| 327 | + <version>${version.undertow}</version> |
327 | 328 | </dependency> |
328 | 329 | <dependency> |
329 | 330 | <groupId>io.undertow</groupId> |
330 | 331 | <artifactId>undertow-core</artifactId> |
331 | | - <version>2.0.23.Final</version> |
| 332 | + <version>${version.undertow}</version> |
| 333 | + <exclusions> |
| 334 | + <exclusion> |
| 335 | + <groupId>org.wildfly.common</groupId> |
| 336 | + <artifactId>wildfly-common</artifactId> |
| 337 | + </exclusion> |
| 338 | + </exclusions> |
| 339 | + </dependency> |
| 340 | + <dependency> |
| 341 | + <groupId>org.wildfly.common</groupId> |
| 342 | + <artifactId>wildfly-common</artifactId> |
| 343 | + <version>${version.wildfly-common}</version> |
332 | 344 | </dependency> |
333 | 345 | <dependency> |
334 | 346 | <groupId>org.jboss.resteasy</groupId> |
|
0 commit comments