Skip to content

Instantly share code, notes, and snippets.

@weikangchia
Created April 17, 2022 02:25
Show Gist options
  • Save weikangchia/5a04d3c8fdeeb81e93775a2beabd6dea to your computer and use it in GitHub Desktop.
Save weikangchia/5a04d3c8fdeeb81e93775a2beabd6dea to your computer and use it in GitHub Desktop.
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.2</version>
<scope>test</scope>
</dependency>
<!-- If you need to still run JUnit 4 tests -->
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment