Skip to content
Snippets Groups Projects
Unverified Commit 4e595d33 authored by akashsolanki's avatar akashsolanki Committed by GitHub
Browse files

exclude junit-vintage-engine (#162)

parent 01641cc0
No related branches found
No related tags found
No related merge requests found
......@@ -56,11 +56,11 @@
<version>${spring-boot.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment