Skip to content

Commit d84af9a

Browse files
authored
Remove Maven build warnings (#115)
- Remove redundant dependency - Use specific version instead of `RELEASE`; Maven has deprecated the keyword
1 parent 36f8dc9 commit d84af9a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,7 @@
7373
<dependency>
7474
<groupId>org.junit.jupiter</groupId>
7575
<artifactId>junit-jupiter</artifactId>
76-
<version>RELEASE</version>
77-
<scope>test</scope>
78-
</dependency>
79-
<dependency>
80-
<groupId>org.junit.jupiter</groupId>
81-
<artifactId>junit-jupiter</artifactId>
82-
<version>RELEASE</version>
76+
<version>5.7.1</version>
8377
<scope>test</scope>
8478
</dependency>
8579
<dependency>

0 commit comments

Comments
 (0)