Skip to content

Commit

Permalink
[DOXIASITETOOLS-337] Move maven-compat to test scope (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas authored Apr 30, 2024
1 parent dd9057d commit aaefd39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doxia-integration-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-aether-provider</artifactId>
Expand Down Expand Up @@ -160,6 +154,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${mavenVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-impl</artifactId>
Expand Down

0 comments on commit aaefd39

Please sign in to comment.