Skip to content

Commit 7046d99

Browse files
committed
Fixed JUnit 5 dependency declaration in httpclient5-testing
1 parent 4086951 commit 7046d99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

httpclient5-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</dependency>
8080
<dependency>
8181
<groupId>org.junit.jupiter</groupId>
82-
<artifactId>junit-jupiter-params</artifactId>
82+
<artifactId>junit-jupiter</artifactId>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>

0 commit comments

Comments
 (0)