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 d48d5d8 commit fbf58a3Copy full SHA for fbf58a3
refactor-first-maven-plugin/pom.xml
@@ -25,23 +25,12 @@
25
<version>${maven.core.version}</version>
26
</dependency>
27
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>
34
<dependency>
35
<groupId>org.apache.maven.plugin-tools</groupId>
36
<artifactId>maven-plugin-annotations</artifactId>
37
- <version>3.5</version>
+ <version>3.6.1</version>
38
<scope>provided</scope>
39
40
41
- <groupId>org.apache.maven.shared</groupId>
42
- <artifactId>maven-shared-utils</artifactId>
43
- <version>3.3.3</version>
44
45
</dependencies>
46
47
<build>
0 commit comments