[
https://issues.redhat.com/browse/WFLY-13262?page=com.atlassian.jira.plugi...
]
Jeff Mesnil commented on WFLY-13262:
------------------------------------
If I understand correctly, your comment, the issue you report is 2 different version of
io.undertow:undertow-servlet are brought in:
* One is a direct dependency to 2.0.30.Final
* the other is a transitive depedency from io.undertow.jastow:jastow:2.0.8.Final that
depends on undertow-servlet 1.2.6.Final.
If that's the case, this is not related to the wildfly-microprofile-health-smallrye
but the conflict should be resolved in the org.wildfly:wildfly-undertow module (likely by
bumping jastow to a more recent version).
[~flavia.rainone] I'm assigning this issue to you so that the versions will be
aligned. thanks!
Enforcer conflict in wildfly-microprofile-health-smallrye
---------------------------------------------------------
Key: WFLY-13262
URL:
https://issues.redhat.com/browse/WFLY-13262
Project: WildFly
Issue Type: Component Upgrade
Components: MP Health
Affects Versions: 19.0.0.Final
Reporter: Szymon Klepacz
Assignee: Jeff Mesnil
Priority: Major
Enforcer conflict for MP health:
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-microprofile-health-smallrye</artifactId>
<version>19.0.0.Final</version>
</dependency>
+-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+-org.wildfly:wildfly-microprofile-health-smallrye:19.0.0.Final
+-org.wildfly:wildfly-undertow:19.0.0.Final
+-io.undertow:undertow-servlet:2.0.30.Final
and
+-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+-org.wildfly:wildfly-microprofile-health-smallrye:19.0.0.Final
+-org.wildfly:wildfly-undertow:19.0.0.Final
+-io.undertow:undertow-websockets-jsr:2.0.30.Final
+-io.undertow:undertow-servlet:2.0.30.Final
and
+-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+-org.wildfly:wildfly-microprofile-health-smallrye:19.0.0.Final
+-org.wildfly:wildfly-undertow:19.0.0.Final
+-io.undertow.jastow:jastow:2.0.8.Final
+-io.undertow:undertow-servlet:1.2.6.Final
--
This message was sent by Atlassian Jira
(v7.13.8#713008)