Commit d3a62fd 1 parent ff73ef4 commit d3a62fd Copy full SHA for d3a62fd
File tree 1 file changed +0
-19
lines changed
instant-ssl-reloading-with-spring-tomcat
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 25
25
<artifactId >spring-boot-starter-web</artifactId >
26
26
<version >${version.spring} </version >
27
27
</dependency >
28
-
29
- <dependency >
30
- <groupId >org.springframework.boot</groupId >
31
- <artifactId >spring-boot-starter-test</artifactId >
32
- <version >${version.spring} </version >
33
- <scope >test</scope >
34
- </dependency >
35
- <dependency >
36
- <groupId >org.junit.jupiter</groupId >
37
- <artifactId >junit-jupiter-api</artifactId >
38
- <version >${version.junit} </version >
39
- <scope >test</scope >
40
- </dependency >
41
- <dependency >
42
- <groupId >org.junit.jupiter</groupId >
43
- <artifactId >junit-jupiter-engine</artifactId >
44
- <version >${version.junit} </version >
45
- <scope >test</scope >
46
- </dependency >
47
28
</dependencies >
48
29
49
30
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments