Skip to content

Commit 3b43200

Browse files
committed
[MINSTALL-172] - Upgrade maven-plugin parent to 35
1 parent b83529a commit 3b43200

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

pom.xml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-plugins</artifactId>
28-
<version>34</version>
28+
<version>35</version>
2929
<relativePath/>
3030
</parent>
3131

@@ -91,6 +91,12 @@
9191
<version>${mavenVersion}</version>
9292
<scope>provided</scope>
9393
</dependency>
94+
<dependency>
95+
<groupId>org.apache.maven</groupId>
96+
<artifactId>maven-model</artifactId>
97+
<version>${mavenVersion}</version>
98+
<scope>provided</scope>
99+
</dependency>
94100
<dependency>
95101
<groupId>org.apache.maven.shared</groupId>
96102
<artifactId>maven-artifact-transfer</artifactId>
@@ -170,22 +176,6 @@
170176
</contributor>
171177
</contributors>
172178

173-
<build>
174-
<pluginManagement>
175-
<plugins>
176-
<plugin>
177-
<groupId>org.apache.maven.plugins</groupId>
178-
<artifactId>maven-javadoc-plugin</artifactId>
179-
<version>3.3.1</version>
180-
</plugin>
181-
<plugin>
182-
<groupId>org.apache.maven.plugins</groupId>
183-
<artifactId>maven-invoker-plugin</artifactId>
184-
<version>3.2.2</version>
185-
</plugin>
186-
</plugins>
187-
</pluginManagement>
188-
</build>
189179
<profiles>
190180
<profile>
191181
<id>run-its</id>

0 commit comments

Comments
 (0)