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 @@ ...@@ -56,11 +56,11 @@
<version>${spring-boot.version}</version> <version>${spring-boot.version}</version>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>junit</groupId> <groupId>org.junit.vintage</groupId>
<artifactId>junit</artifactId> <artifactId>junit-vintage-engine</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.assertj</groupId> <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