Skip to content

Commit 39b7440

Browse files
committed
fix
1 parent 785dc26 commit 39b7440

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ under the License.
6363
<mavenVersion>3.6.3</mavenVersion>
6464
<version.xmlunit>2.10.0</version.xmlunit>
6565
<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>
6866
</properties>
6967

7068
<dependencies>
@@ -95,6 +93,7 @@ under the License.
9593
<dependency>
9694
<groupId>org.apache.maven.plugin-tools</groupId>
9795
<artifactId>maven-plugin-annotations</artifactId>
96+
<version>${version.maven-plugin-tools}</version>
9897
<scope>provided</scope>
9998
</dependency>
10099
<dependency>

0 commit comments

Comments
 (0)