Skip to content

Commit 63df234

Browse files
authored
Merge pull request #1173 from emmartins/WFLY-21924
[WFLY-21924] microprofile-rest-client: undertow-servlet dependency ha…
2 parents d68d104 + 32872cc commit 63df234

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

microprofile-rest-client/pom.xml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
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 -->
@@ -152,20 +152,11 @@
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 -->

0 commit comments

Comments
 (0)