Skip to content

Commit

Permalink
[pom] Sort order of maven reporting api/impl
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 2, 2023
1 parent 4ed4adc commit 6052ca1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Expand Up @@ -419,6 +419,11 @@
</dependency>

<!-- Maven -->
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId>
<version>${mavenReportingApiVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
Expand All @@ -431,12 +436,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId>
<version>${mavenReportingApiVersion}</version>
</dependency>

<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
Expand Down

0 comments on commit 6052ca1

Please sign in to comment.