Skip to content

Commit fbf58a3

Browse files
Removed maven-api-plugin since it is brought in by maven-core. Updated maven-plugin-annotations version.
1 parent d48d5d8 commit fbf58a3

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

refactor-first-maven-plugin/pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,12 @@
2525
<version>${maven.core.version}</version>
2626
</dependency>
2727

28-
<!-- plugin API and plugin-tools -->
29-
<dependency>
30-
<groupId>org.apache.maven</groupId>
31-
<artifactId>maven-plugin-api</artifactId>
32-
<version>3.5.2</version>
33-
</dependency>
3428
<dependency>
3529
<groupId>org.apache.maven.plugin-tools</groupId>
3630
<artifactId>maven-plugin-annotations</artifactId>
37-
<version>3.5</version>
31+
<version>3.6.1</version>
3832
<scope>provided</scope>
3933
</dependency>
40-
<dependency>
41-
<groupId>org.apache.maven.shared</groupId>
42-
<artifactId>maven-shared-utils</artifactId>
43-
<version>3.3.3</version>
44-
</dependency>
4534
</dependencies>
4635

4736
<build>

0 commit comments

Comments
 (0)