Skip to content

Commit 817c4ef

Browse files
andreaTPmanusa
authored andcommitted
[java-generator] Mark Maven dependencies as provided
1 parent ec48180 commit 817c4ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java-generator/maven-plugin/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@
3838
<dependency>
3939
<groupId>org.apache.maven</groupId>
4040
<artifactId>maven-core</artifactId>
41+
<scope>provided</scope>
4142
</dependency>
4243
<dependency>
4344
<groupId>org.apache.maven.plugin-tools</groupId>
4445
<artifactId>maven-plugin-annotations</artifactId>
46+
<scope>provided</scope>
4547
</dependency>
4648
</dependencies>
4749

0 commit comments

Comments
 (0)