File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
maven-modules/maven-integration-test Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >maven-integration-test</artifactId >
7
7
<version >0.0.1-SNAPSHOT</version >
31
31
<artifactId >jakarta.xml.bind-api</artifactId >
32
32
<version >${jakarta.xml.bind-api.version} </version >
33
33
</dependency >
34
+ <dependency >
35
+ <groupId >org.apache.tomcat</groupId >
36
+ <artifactId >tomcat-catalina</artifactId >
37
+ <version >${tomcat-catalina.version} </version >
38
+ </dependency >
34
39
</dependencies >
35
40
36
41
<build >
45
50
</httpConnector >
46
51
<stopKey >quit</stopKey >
47
52
<stopPort >9000</stopPort >
53
+ <webApp >
54
+ <webInfIncludeJarPattern >^$</webInfIncludeJarPattern >
55
+ <containerIncludeJarPattern >^$</containerIncludeJarPattern >
56
+ </webApp >
48
57
</configuration >
49
58
<executions >
50
59
<execution >
282
291
<maven .clean.version>3.0.0</maven .clean.version>
283
292
<maven .build.helper.version>3.0.0</maven .build.helper.version>
284
293
<jetty .version>11.0.24</jetty .version>
294
+ <tomcat-catalina .version>10.1.33</tomcat-catalina .version>
285
295
<jersey .version>3.1.9</jersey .version>
286
296
<jakarta .xml.bind-api.version>3.0.1</jakarta .xml.bind-api.version>
287
297
</properties >
You can’t perform that action at this time.
0 commit comments