File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
mybatis-spring-boot-samples/mybatis-spring-boot-sample-war Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 27
27
<packaging >war</packaging >
28
28
<name >mybatis-spring-boot-sample-war</name >
29
29
<properties >
30
+ <tomcat .version>9.0.54</tomcat .version>
31
+
30
32
<module .name>org.mybatis.spring.boot.sample.war</module .name>
31
33
</properties >
34
+ <dependencyManagement >
35
+ <dependencies >
36
+ <dependency >
37
+ <groupId >org.apache.tomcat</groupId >
38
+ <artifactId >tomcat</artifactId >
39
+ <version >${tomcat.version} </version >
40
+ <type >zip</type >
41
+ </dependency >
42
+ </dependencies >
43
+ </dependencyManagement >
32
44
<dependencies >
33
45
<dependency >
34
46
<groupId >org.springframework.boot</groupId >
110
122
<container >
111
123
<containerId >tomcat9x</containerId >
112
124
<zipUrlInstaller >
113
- <url >https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.55 /bin/apache-tomcat-9.0.55 .zip</url >
125
+ <url >https://archive.apache.org/dist/tomcat/tomcat-9/v ${tomcat.version} /bin/apache-tomcat-${tomcat.version} .zip</url >
114
126
</zipUrlInstaller >
115
127
</container >
116
128
</configuration >
You can’t perform that action at this time.
0 commit comments