|
1 | | -<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
2 | | - license agreements. See the NOTICE file distributed with this work for additional |
3 | | - information regarding copyright ownership. The ASF licenses this file to |
4 | | - you under the Apache License, Version 2.0 (the "License"); you may not use |
5 | | - this file except in compliance with the License. You may obtain a copy of |
6 | | - the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
7 | | - by applicable law or agreed to in writing, software distributed under the |
8 | | - License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
9 | | - OF ANY KIND, either express or implied. See the License for the specific |
| 1 | +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| 2 | + license agreements. See the NOTICE file distributed with this work for additional |
| 3 | + information regarding copyright ownership. The ASF licenses this file to |
| 4 | + you under the Apache License, Version 2.0 (the "License"); you may not use |
| 5 | + this file except in compliance with the License. You may obtain a copy of |
| 6 | + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 7 | + by applicable law or agreed to in writing, software distributed under the |
| 8 | + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 9 | + OF ANY KIND, either express or implied. See the License for the specific |
10 | 10 | language governing permissions and limitations under the License. --> |
11 | 11 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
12 | 12 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
32 | 32 |
|
33 | 33 | <properties> |
34 | 34 | <felix.java.version>11</felix.java.version> |
35 | | - <http.servlet.api.version>2.1.0</http.servlet.api.version> |
| 35 | + <http.servlet.api.version>6.1.0</http.servlet.api.version> |
36 | 36 | <http.jetty.version>5.1.33-SNAPSHOT</http.jetty.version> |
37 | 37 | <http.jetty.id>org.apache.felix.http.jetty</http.jetty.id> |
38 | | - <pax.exam.version>4.13.1</pax.exam.version> |
| 38 | + <pax.exam.version>4.13.3</pax.exam.version> |
39 | 39 | <pax.url.aether.version>2.6.14</pax.url.aether.version> |
40 | 40 | </properties> |
41 | 41 |
|
|
44 | 44 | <id>jetty12</id> |
45 | 45 | <properties> |
46 | 46 | <felix.java.version>17</felix.java.version> |
47 | | - <http.servlet.api.version>3.0.0</http.servlet.api.version> |
| 47 | + <http.servlet.api.version>6.1.0</http.servlet.api.version> |
48 | 48 | <http.jetty.version>1.0.29-SNAPSHOT</http.jetty.version> |
49 | 49 | <http.jetty.id>org.apache.felix.http.jetty12</http.jetty.id> |
50 | 50 | </properties> |
|
56 | 56 | <groupId>org.apache.maven.plugins</groupId> |
57 | 57 | <artifactId>maven-surefire-plugin</artifactId> |
58 | 58 | <configuration> |
59 | | - <systemPropertyVariables> |
| 59 | + <systemPropertyVariables> |
60 | 60 | <http.servlet.api.version>${http.servlet.api.version}</http.servlet.api.version> |
61 | 61 | <http.jetty.version>${http.jetty.version}</http.jetty.version> |
62 | 62 | <http.jetty.id>${http.jetty.id}</http.jetty.id> |
63 | 63 | </systemPropertyVariables> |
64 | 64 | </configuration> |
65 | | - </plugin> |
| 65 | + </plugin> |
66 | 66 | </plugins> |
67 | 67 | </build> |
68 | 68 | <dependencies> |
|
83 | 83 | <artifactId>httpcore-osgi</artifactId> |
84 | 84 | <version>4.4.6</version> |
85 | 85 | <scope>provided</scope> |
86 | | - </dependency> |
| 86 | + </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>org.apache.httpcomponents</groupId> |
89 | 89 | <artifactId>httpclient-osgi</artifactId> |
|
94 | 94 | <groupId>org.apache.geronimo.specs</groupId> |
95 | 95 | <artifactId>geronimo-json_1.1_spec</artifactId> |
96 | 96 | <version>1.3</version> |
97 | | - <scope>provided</scope> |
| 97 | + <scope>provided</scope> |
98 | 98 | </dependency> |
99 | 99 | <dependency> |
100 | 100 | <groupId>org.apache.johnzon</groupId> |
|
0 commit comments