Skip to content

Dependency Exclusions groupId/artifactId get inconsistency ordered #36

@talios

Description

@talios

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions