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

Dependency Exclusions groupId/artifactId get inconsistency ordered #36

Open
talios opened this issue Oct 5, 2020 · 0 comments
Open

Comments

@talios
Copy link

talios commented Oct 5, 2020

When a dependency have multiple exclusions, is seems like the order of groupId and artifactId are consistently, ordered inconsistently:

      <exclusions>
        <exclusion>
          <groupId>com.smxemail</groupId>
          <artifactId>*</artifactId>
        </exclusion>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>smx3</groupId>
        </exclusion>
      </exclusions>

The first exclusion, puts groupId first as expected, but the second gets artifactId first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants