You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ge0ffrey
changed the title
quarkus-resteasy-common depends on com.sun.activation but rest-assured depends on jakarta.activation:jakarta
quarkus-resteasy-common depends on groupId com.sun.activation but rest-assured depends on groupId jakarta.activation
Jun 5, 2020
Yeah, it's not so easy to use banDuplicateClasses in our case as there are a ton of issues that are not fixable by us directly. Typically like the REST Assured issue.
That being said, I'll have a look at what @sebthom is showing as I wouldn't expect it to break on our own dependencies.
gsmet
added a commit
to gsmet/quarkus
that referenced
this issue
Aug 16, 2021
The implementation has the good idea to also embark the API so we cannot
have both the implementation and the API artifacts around.
Fixesquarkusio#9834
I am seeing this in my
mvn dependency:tree
:This leads to:
Suggestion on how to fix: Add enforcer rule
<banDuplicateClasses>
and see what breaks.https://www.mojohaus.org/extra-enforcer-rules/banDuplicateClasses.html
Relates to #9839
Relates to rest-assured/rest-assured#1332 (= separate issue) and rest-assured/rest-assured#1333
The text was updated successfully, but these errors were encountered: