We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d2000 commit 5070e09Copy full SHA for 5070e09
pom.xml
@@ -92,11 +92,13 @@
92
<groupId>org.apache.maven</groupId>
93
<artifactId>maven-core</artifactId>
94
<version>${maven.version}</version>
95
+ <scope>provided</scope>
96
</dependency>
97
<dependency>
98
99
<artifactId>maven-plugin-api</artifactId>
100
101
102
103
104
<groupId>org.apache.maven.plugin-tools</groupId>
@@ -107,6 +109,7 @@
107
109
<groupId>org.apache.maven.shared</groupId>
108
110
<artifactId>file-management</artifactId>
111
<version>3.0.0</version>
112
113
114
115
<groupId>org.assertj</groupId>
0 commit comments