Skip to content

Instantly share code, notes, and snippets.

@wkorando
Created February 19, 2019 15:28
Embed
What would you like to do?
<!-- New aggregate dependency -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<!-- Old dependencies -->
<!-- <dependency> -->
<!-- <groupId>org.junit.jupiter</groupId> -->
<!-- <artifactId>junit-jupiter-api</artifactId> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.junit.jupiter</groupId> -->
<!-- <artifactId>junit-jupiter-engine</artifactId> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.junit.jupiter</groupId> -->
<!-- <artifactId>junit-jupiter-params</artifactId> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment