Skip to content

Instantly share code, notes, and snippets.

@wkorando
Created February 19, 2019 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wkorando/1c2b9b19dd0636f413c3a3d96683c482 to your computer and use it in GitHub Desktop.
Save wkorando/1c2b9b19dd0636f413c3a3d96683c482 to your computer and use it in GitHub Desktop.
<!-- 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