Skip to content

Commit c405a95

Browse files
authored
Remove defunct properties (#3195)
In the new SmallRye parent, the `version.junit5` property has been discontinued. Using this property then leads to POM validation errors. However, it is not actually needed because the versions are managed in the parent, so just drop the usage of these properties. This will allow the parent CI to include building this project, which should help avoid similar breakage in the future.
1 parent 1eed9ae commit c405a95

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

documentation/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
<groupId>org.junit.jupiter</groupId>
137137
<artifactId>junit-jupiter-api</artifactId>
138138
<scope>compile</scope>
139-
<version>${version.junit5}</version>
140139
</dependency>
141140

142141
<dependency>

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,12 +467,10 @@
467467
<groupId>org.junit.jupiter</groupId>
468468
<artifactId>junit-jupiter-api</artifactId>
469469
<scope>test</scope>
470-
<version>${version.junit5}</version>
471470
</dependency>
472471
<dependency>
473472
<groupId>org.junit.jupiter</groupId>
474473
<artifactId>junit-jupiter-params</artifactId>
475-
<version>${version.junit5}</version>
476474
<scope>test</scope>
477475
</dependency>
478476
<dependency>

0 commit comments

Comments
 (0)