Mercurial > hg > SpringPlayground
comparison 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 |
comparison
equal
deleted
inserted
replaced
4:92d52e4ac567 | 5:227f3105fedd |
---|---|
58 <exclusions> | 58 <exclusions> |
59 <exclusion> | 59 <exclusion> |
60 <groupId>org.junit.vintage</groupId> | 60 <groupId>org.junit.vintage</groupId> |
61 <artifactId>junit-vintage-engine</artifactId> | 61 <artifactId>junit-vintage-engine</artifactId> |
62 </exclusion> | 62 </exclusion> |
63 <exclusion> | |
64 <groupId>junit</groupId> | |
65 <artifactId>junit</artifactId> | |
66 </exclusion> | |
63 </exclusions> | 67 </exclusions> |
64 </dependency> | 68 </dependency> |
65 <!-- <dependency> --> | 69 <dependency> |
66 <!-- <groupId>org.junit.jupiter</groupId> --> | 70 <groupId>org.junit.jupiter</groupId> |
67 <!-- <artifactId>junit-jupiter</artifactId> --> | 71 <artifactId>junit-jupiter</artifactId> |
68 <!-- <version>5.6.2</version> --> | 72 <version>5.6.2</version> |
69 <!-- <scope>test</scope> --> | 73 <scope>test</scope> |
70 <!-- </dependency> --> | 74 </dependency> |
71 <dependency> | 75 <dependency> |
72 <groupId>org.hamcrest</groupId> | 76 <groupId>org.hamcrest</groupId> |
73 <artifactId>hamcrest</artifactId> | 77 <artifactId>hamcrest</artifactId> |
74 <version>2.2</version> | 78 <version>2.2</version> |
75 <scope>test</scope> | 79 <scope>test</scope> |