[jboss-jira] [JBoss JIRA] (WFLY-13262) Enforcer conflict in wildfly-microprofile-health-smallrye
Jeff Mesnil (Jira)
issues at jboss.org
Fri Mar 20 04:47:17 EDT 2020
[ https://issues.redhat.com/browse/WFLY-13262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004195#comment-14004195 ]
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)
More information about the jboss-jira
mailing list