|
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | 2 | <!-- |
3 | 3 |
|
4 | | - Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved. |
| 4 | + Copyright (c) 2024, 2025 Oracle and/or its affiliates. All rights reserved. |
5 | 5 |
|
6 | 6 | This program and the accompanying materials are made available under the |
7 | 7 | terms of the Eclipse Public License v. 2.0, which is available at |
|
32 | 32 | <maven.compiler.source>11</maven.compiler.source> |
33 | 33 | <maven.compiler.target>11</maven.compiler.target> |
34 | 34 | <jersey.version>4.0.99-SNAPSHOT</jersey.version> <!-- the public version that pass the tck --> |
35 | | - <tomcat.container.version>11.0.0-M18</tomcat.container.version> |
| 35 | + <tomcat.container.version>11.0.10</tomcat.container.version> |
36 | 36 | <tomcat.home>${project.build.directory}/apache-tomcat-${tomcat.container.version}</tomcat.home> |
37 | 37 | <tomcat.modules>${tomcat.home}/lib</tomcat.modules> |
38 | 38 | <jakarta.platform.version>10.0.0</jakarta.platform.version> |
|
92 | 92 | <dependency> |
93 | 93 | <groupId>org.jboss.arquillian.container</groupId> |
94 | 94 | <artifactId>arquillian-tomcat-managed-10</artifactId> |
95 | | - <version>1.2.1-SNAPSHOT</version> |
| 95 | + <version>1.2.4.Final-SNAPSHOT</version> |
96 | 96 | </dependency> |
97 | 97 |
|
98 | 98 | <dependency> |
|
485 | 485 | <outputDirectory>${tomcat.modules}</outputDirectory> |
486 | 486 | <destFileName>jersey-container-grizzly2-servlet.jar</destFileName> |
487 | 487 | </artifactItem> |
488 | | - <artifactItem> |
489 | | - <groupId>org.glassfish.jersey.containers</groupId> |
490 | | - <artifactId>jersey-container-servlet-core</artifactId> |
491 | | - <version>${jersey.version}</version> |
492 | | - <type>jar</type> |
493 | | - <overWrite>true</overWrite> |
494 | | - <outputDirectory>${tomcat.modules}</outputDirectory> |
495 | | - <destFileName>jersey-container-servlet-core.jar</destFileName> |
496 | | - </artifactItem> |
497 | 488 | <artifactItem> |
498 | 489 | <groupId>org.glassfish.jersey.containers</groupId> |
499 | 490 | <artifactId>jersey-container-servlet</artifactId> |
|
0 commit comments