File tree 5 files changed +20
-5
lines changed
spring-boot-project/spring-boot-starters/spring-boot-starter-freemarker
spring-boot-sample-actuator-custom-security
spring-boot-sample-actuator-ui
spring-boot-sample-web-freemarker
5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 18
18
<groupId >org.springframework.boot</groupId >
19
19
<artifactId >spring-boot-starter</artifactId >
20
20
</dependency >
21
- <dependency >
22
- <groupId >org.springframework.boot</groupId >
23
- <artifactId >spring-boot-starter-web</artifactId >
24
- </dependency >
25
21
<dependency >
26
22
<groupId >org.freemarker</groupId >
27
23
<artifactId >freemarker</artifactId >
32
28
</dependency >
33
29
</dependencies >
34
30
<build >
35
- <plugins >
31
+ <plugins ><dependency >
32
+ <groupId >org.springframework.boot</groupId >
33
+ <artifactId >spring-boot-starter-freemarker</artifactId >
34
+ </dependency >
36
35
<plugin >
37
36
<groupId >org.basepom.maven</groupId >
38
37
<artifactId >duplicate-finder-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 16
16
</properties >
17
17
<dependencies >
18
18
<!-- Compile -->
19
+ <dependency >
20
+ <groupId >org.springframework.boot</groupId >
21
+ <artifactId >spring-boot-starter-web</artifactId >
22
+ </dependency >
19
23
<dependency >
20
24
<groupId >org.springframework.boot</groupId >
21
25
<artifactId >spring-boot-starter-actuator</artifactId >
Original file line number Diff line number Diff line change 20
20
<groupId >org.springframework.boot</groupId >
21
21
<artifactId >spring-boot-starter-actuator</artifactId >
22
22
</dependency >
23
+ <dependency >
24
+ <groupId >org.springframework.boot</groupId >
25
+ <artifactId >spring-boot-starter-web</artifactId >
26
+ </dependency >
23
27
<dependency >
24
28
<groupId >org.springframework.boot</groupId >
25
29
<artifactId >spring-boot-starter-freemarker</artifactId >
Original file line number Diff line number Diff line change 16
16
</properties >
17
17
<dependencies >
18
18
<!-- Compile -->
19
+ <dependency >
20
+ <groupId >org.springframework.boot</groupId >
21
+ <artifactId >spring-boot-starter-web</artifactId >
22
+ </dependency >
19
23
<dependency >
20
24
<groupId >org.springframework.boot</groupId >
21
25
<artifactId >spring-boot-starter-freemarker</artifactId >
Original file line number Diff line number Diff line change 17
17
</properties >
18
18
<dependencies >
19
19
<!-- Compile -->
20
+ <dependency >
21
+ <groupId >org.springframework.boot</groupId >
22
+ <artifactId >spring-boot-starter-web</artifactId >
23
+ </dependency >
20
24
<dependency >
21
25
<groupId >org.springframework.boot</groupId >
22
26
<artifactId >spring-boot-starter-freemarker</artifactId >
You can’t perform that action at this time.
0 commit comments