File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 27
27
<artifactId >spring-boot-starter-web</artifactId >
28
28
</dependency >
29
29
<dependency >
30
- <groupId >org.springframework.boot</groupId >
31
- <artifactId >spring-boot-starter-data-jpa</artifactId >
32
- </dependency >
33
- <dependency >
34
- <groupId >org.postgresql</groupId >
35
- <artifactId >postgresql</artifactId >
36
- <version >42.2.2</version >
37
- <scope >runtime</scope >
30
+ <groupId >org.apache.tomcat.embed</groupId >
31
+ <artifactId >tomcat-embed-jasper</artifactId >
32
+ <scope >provided</scope >
38
33
</dependency >
39
34
<dependency >
40
- <groupId >org.springframework.boot</groupId >
41
- <artifactId >spring-boot-starter-thymeleaf</artifactId >
35
+ <groupId >javax.servlet</groupId >
36
+ <artifactId >servlet-api</artifactId >
37
+ <version >2.5</version >
42
38
</dependency >
43
39
</dependencies >
44
40
45
41
<build >
42
+ <finalName >${project.artifactId} </finalName >
46
43
<plugins >
47
44
<plugin >
48
45
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments