Mercurial > hg > SpringPlayground
diff spring-boot-playground/pom.xml @ 5:227f3105fedd
Erster Unit Test, der das repository einfach nur mockt
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Thu, 13 Aug 2020 15:58:57 +0200 |
parents | 92d52e4ac567 |
children | d57d0c6a841b |
line wrap: on
line diff
--- a/spring-boot-playground/pom.xml Thu Aug 13 15:31:38 2020 +0200 +++ b/spring-boot-playground/pom.xml Thu Aug 13 15:58:57 2020 +0200 @@ -60,14 +60,18 @@ <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> </exclusions> </dependency> -<!-- <dependency> --> -<!-- <groupId>org.junit.jupiter</groupId> --> -<!-- <artifactId>junit-jupiter</artifactId> --> -<!-- <version>5.6.2</version> --> -<!-- <scope>test</scope> --> -<!-- </dependency> --> + <dependency> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter</artifactId> + <version>5.6.2</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest</artifactId>