Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude some infinispan dependencies to avoid problem with m-enforcer-p #8177

Merged
merged 2 commits into from Jun 21, 2022

Conversation

lachlan-roberts
Copy link
Contributor

the fix from #8113 didn't work for me on 9.4.x but with these changes I can get a green build

  • exclude org.apache.logging.log4j:log4j-core-java9
  • exclude org.apache.logging.log4j:log4j-api-java9

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@@ -107,7 +107,11 @@
<!-- this is depending on an old log4j version which have this issue https://issues.apache.org/jira/browse/LOG4J2-3241 -->
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<artifactId>log4j-core-java9</artifactId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe just use a single exclusion line such

        <exclusion>
          <groupId>org.apache.logging.log4j</groupId>
          <artifactId>*</artifactId>
        </exclusion>

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@joakime joakime merged commit f977f36 into jetty-9.4.x Jun 21, 2022
@joakime joakime deleted the jetty-9.4.x-infinispanDependencyIssues branch June 21, 2022 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants