Skip to content

Commit 1945831

Browse files
committed
correct junit dependency
1 parent 434f44c commit 1945831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ limitations under the License.
8282

8383
<dependency>
8484
<groupId>org.junit.jupiter</groupId>
85-
<artifactId>junit-jupiter</artifactId>
85+
<artifactId>junit-jupiter-api</artifactId>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>

0 commit comments

Comments
 (0)