File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 <version .bom.expansion>${version.server} </version .bom.expansion>
5151 <version .plugin.wildfly>6.0.0.Final</version .plugin.wildfly>
5252 <!-- the versions for other Dependencies and Plugins -->
53- <version .io.undertow>2.3.24 .Final</version .io.undertow>
53+ <version .io.undertow.servlet >2.0.0 .Final</version .io.undertow.servlet >
5454 <version .org.jboss.resteasy>6.2.16.Final</version .org.jboss.resteasy>
5555 <version .org.junit>5.10.5</version .org.junit>
5656 <!-- Configuration settings -->
152152 <version >${version.org.jboss.resteasy} </version >
153153 <scope >test</scope >
154154 </dependency >
155- <!-- These Undertow dependencies are required for the SeBootstrap implementation for RESTEasy. The undertow-core
156- dependency is part of the org.wildfly.bom:wildfly-ee BOM. However, we need both the undertow-core and
157- undertow-servlet dependency versions to match.
158- -->
155+ <!-- The Undertow dependency is required for the SeBootstrap implementation for RESTEasy. -->
159156 <dependency >
160- <groupId >io.undertow</groupId >
161- <artifactId >undertow-core</artifactId >
162- <version >${version.io.undertow} </version >
163- <scope >test</scope >
164- </dependency >
165- <dependency >
166- <groupId >io.undertow</groupId >
157+ <groupId >io.undertow.ee</groupId >
167158 <artifactId >undertow-servlet</artifactId >
168- <version >${version.io.undertow} </version >
159+ <version >${version.io.undertow.servlet } </version >
169160 <scope >test</scope >
170161 </dependency >
171162 <!-- End org.jboss.resteasy:resteasy-undertow-cdi requirements -->
You can’t perform that action at this time.
0 commit comments