File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
spring-boot-sample-actuator
spring-boot-sample-web-ui
spring-boot-starters/spring-boot-starter-web Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 39
39
<groupId >org.springframework.boot</groupId >
40
40
<artifactId >spring-boot-starter-remote-shell</artifactId >
41
41
</dependency >
42
- <dependency >
43
- <groupId >org.hibernate</groupId >
44
- <artifactId >hibernate-validator</artifactId >
45
- </dependency >
46
42
<dependency >
47
43
<groupId >com.h2database</groupId >
48
44
<artifactId >h2</artifactId >
Original file line number Diff line number Diff line change 23
23
<groupId >org.springframework.boot</groupId >
24
24
<artifactId >spring-boot-starter-thymeleaf</artifactId >
25
25
</dependency >
26
- <dependency >
27
- <groupId >org.hibernate</groupId >
28
- <artifactId >hibernate-validator</artifactId >
29
- </dependency >
30
26
<dependency >
31
27
<groupId >org.springframework.boot</groupId >
32
28
<artifactId >spring-boot-starter-test</artifactId >
Original file line number Diff line number Diff line change 30
30
<groupId >com.fasterxml.jackson.core</groupId >
31
31
<artifactId >jackson-databind</artifactId >
32
32
</dependency >
33
+ <dependency >
34
+ <groupId >org.hibernate</groupId >
35
+ <artifactId >hibernate-validator</artifactId >
36
+ </dependency >
33
37
<dependency >
34
38
<groupId >org.springframework</groupId >
35
39
<artifactId >spring-web</artifactId >
You can’t perform that action at this time.
0 commit comments