Skip to content

Commit

Permalink
Fix "dependencies are in wrong scope" warning (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Sep 4, 2024
1 parent b4fc937 commit 2a1eceb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
Expand Down

0 comments on commit 2a1eceb

Please sign in to comment.