We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785dc26 commit 39b7440Copy full SHA for 39b7440
pom.xml
@@ -63,8 +63,6 @@ under the License.
63
<mavenVersion>3.6.3</mavenVersion>
64
<version.xmlunit>2.10.0</version.xmlunit>
65
<project.build.outputTimestamp>2022-04-18T19:40:06Z</project.build.outputTimestamp>
66
- <!-- remove with parent pom upgrade -->
67
- <versions.junit5>5.12.0</versions.junit5>
68
</properties>
69
70
<dependencies>
@@ -95,6 +93,7 @@ under the License.
95
93
<dependency>
96
94
<groupId>org.apache.maven.plugin-tools</groupId>
97
<artifactId>maven-plugin-annotations</artifactId>
+ <version>${version.maven-plugin-tools}</version>
98
<scope>provided</scope>
99
</dependency>
100
0 commit comments