Skip to content

Commit 5070e09

Browse files
committed
chore: mark maven-plugin related deps as provided
1 parent 93d2000 commit 5070e09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,13 @@
9292
<groupId>org.apache.maven</groupId>
9393
<artifactId>maven-core</artifactId>
9494
<version>${maven.version}</version>
95+
<scope>provided</scope>
9596
</dependency>
9697
<dependency>
9798
<groupId>org.apache.maven</groupId>
9899
<artifactId>maven-plugin-api</artifactId>
99100
<version>${maven.version}</version>
101+
<scope>provided</scope>
100102
</dependency>
101103
<dependency>
102104
<groupId>org.apache.maven.plugin-tools</groupId>
@@ -107,6 +109,7 @@
107109
<groupId>org.apache.maven.shared</groupId>
108110
<artifactId>file-management</artifactId>
109111
<version>3.0.0</version>
112+
<scope>provided</scope>
110113
</dependency>
111114
<dependency>
112115
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)