Commit 6b5784b6 by Jan Hrabal

junit

parent 49565093
...@@ -104,17 +104,25 @@ ...@@ -104,17 +104,25 @@
</dependency> </dependency>
<!-- testing --> <!-- testing -->
<dependency> <dependency>
<groupId>junit</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>junit</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <!-- <exclusions> -->
</dependency> <!-- <exclusion> -->
<dependency> <!-- <groupId>junit</groupId> -->
<groupId>org.springframework.boot</groupId> <!-- <artifactId>junit</artifactId> -->
<artifactId>spring-boot-starter-test</artifactId> <!-- </exclusion> -->
<scope>test</scope> <!-- </exclusions> -->
</dependency> </dependency>
<!-- junit 5 -->
<!-- <dependency> -->
<!-- <groupId>org.junit.jupiter</groupId> -->
<!-- <artifactId>junit-jupiter-engine</artifactId> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<!-- devtools -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId> <artifactId>spring-boot-devtools</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment