File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- # MyWebApp
1
+ # my-web-app
Original file line number Diff line number Diff line change 22
22
<groupId >javax.servlet</groupId >
23
23
<artifactId >jsp-api</artifactId >
24
24
<version >2.0</version >
25
+ <exclusions >
26
+ <exclusion >
27
+ <groupId >javax.servlet</groupId >
28
+ <artifactId >servlet-api</artifactId >
29
+ </exclusion >
30
+ </exclusions >
25
31
</dependency >
26
32
27
33
<dependency >
43
49
<plugins >
44
50
<plugin >
45
51
<artifactId >maven-compiler-plugin</artifactId >
46
- <version >3.11.0 </version >
52
+ <version >3.12.1 </version >
47
53
<configuration >
48
54
<source >1.8</source >
49
55
<target >1.8</target >
67
73
<artifactItem >
68
74
<groupId >com.heroku</groupId >
69
75
<artifactId >webapp-runner</artifactId >
70
- <version >9.0.80 .0</version >
76
+ <version >9.0.85 .0</version >
71
77
<destFileName >webapp-runner.jar</destFileName >
72
78
</artifactItem >
73
79
</artifactItems >
You can’t perform that action at this time.
0 commit comments