File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 23
23
<subethasmtp .version>3.1.7</subethasmtp .version>
24
24
<aspectj .version>1.8.5</aspectj .version>
25
25
<javax .validation.version>1.1.0.Final</javax .validation.version>
26
- <servlet .api.version>3.0.20100224</servlet .api.version>
27
26
<commons .lang.version>3.4</commons .lang.version>
28
27
<commons .io.version>2.4</commons .io.version>
29
28
<thymeleaf .togglz.version>1.0.1.RELEASE</thymeleaf .togglz.version>
74
73
<jetty .version>9.2.11.v20150529</jetty .version>
75
74
<h2 .version>1.4.191</h2 .version>
76
75
<mysql .version>5.1.38</mysql .version>
76
+ <servlet-api .version>3.1.0</servlet-api .version>
77
77
<slf4j .version>1.7.19</slf4j .version>
78
78
<spock .version>1.0-groovy-2.0</spock .version>
79
79
<spring-data-releasetrain .version>Dijkstra-SR4</spring-data-releasetrain .version>
184
184
</dependency >
185
185
186
186
<dependency >
187
- <groupId >org.mortbay.jetty </groupId >
188
- <artifactId >servlet-api</artifactId >
189
- <version >${servlet. api.version} </version >
187
+ <groupId >javax.servlet </groupId >
188
+ <artifactId >javax. servlet-api</artifactId >
189
+ <version >${servlet- api.version} </version >
190
190
<scope >provided</scope >
191
191
</dependency >
192
192
469
469
@see https://github.com/spring-projects/spring-boot/issues/650
470
470
-->
471
471
<excludes >
472
- <exclude >
473
- <groupId >org.mortbay.jetty</groupId >
474
- <artifactId >servlet-api</artifactId >
475
- </exclude >
476
472
<exclude >
477
473
<groupId >org.projectlombok</groupId >
478
474
<artifactId >lombok</artifactId >
You can’t perform that action at this time.
0 commit comments