Skip to content

Commit

Permalink
fix wrong dependency scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlietz committed Jun 6, 2024
1 parent 33e96df commit c7cd015
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,21 +256,25 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<scope>provided</scope>
<version>3.9.7</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>
<version>3.13.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<scope>provided</scope>
<version>3.9.7</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<scope>provided</scope>
<version>3.9.7</version>
</dependency>
<dependency>
Expand Down

0 comments on commit c7cd015

Please sign in to comment.