Skip to content

Commit

Permalink
Issue mojohaus#74: Can't use non-provided either
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejj0 committed Feb 18, 2023
1 parent 62d426d commit f4540b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,13 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${mavenVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-embedder</artifactId>
<version>${mavenEmbedderVersion}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit f4540b0

Please sign in to comment.