Skip to content

Commit 43cb90e

Browse files
cstamasslachiewicz
authored andcommitted
[MANTRUN-232] Require Maven 3.2.5 - set proper maven scopes
1 parent 2274253 commit 43cb90e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ under the License.
6262
</distributionManagement>
6363

6464
<properties>
65-
<mavenVersion>3.1.1</mavenVersion>
65+
<mavenVersion>3.2.5</mavenVersion>
6666
<javaVersion>8</javaVersion>
6767
<surefire.version>2.22.2</surefire.version>
6868
<mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion>
@@ -74,16 +74,19 @@ under the License.
7474
<groupId>org.apache.maven</groupId>
7575
<artifactId>maven-plugin-api</artifactId>
7676
<version>${mavenVersion}</version>
77+
<scope>provided</scope>
7778
</dependency>
7879
<dependency>
7980
<groupId>org.apache.maven</groupId>
8081
<artifactId>maven-core</artifactId>
8182
<version>${mavenVersion}</version>
83+
<scope>provided</scope>
8284
</dependency>
8385
<dependency>
8486
<groupId>org.apache.maven</groupId>
8587
<artifactId>maven-artifact</artifactId>
8688
<version>${mavenVersion}</version>
89+
<scope>provided</scope>
8790
</dependency>
8891
<dependency>
8992
<groupId>org.apache.maven.plugin-tools</groupId>

0 commit comments

Comments
 (0)