|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 |
|
4 |
| - Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved. |
| 4 | + Copyright (c) 2010, 2021 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
|
|
698 | 698 | <version>1.1</version>
|
699 | 699 | </plugin>
|
700 | 700 | <!-- TODO: remove the old jetty plugin dependencies -->
|
701 |
| - <plugin> |
702 |
| - <groupId>org.mortbay.jetty</groupId> |
703 |
| - <artifactId>maven-jetty-plugin</artifactId> |
704 |
| - <version>${mortbay.jetty.plugin.version}</version> |
705 |
| - </plugin> |
706 | 701 | <plugin>
|
707 | 702 | <groupId>org.mortbay.jetty</groupId>
|
708 | 703 | <artifactId>jetty-maven-plugin</artifactId>
|
|
1912 | 1907 | <version>${pax.exam.version}</version>
|
1913 | 1908 | <scope>test</scope>
|
1914 | 1909 | </dependency>
|
1915 |
| - |
1916 |
| - <dependency> |
1917 |
| - <groupId>org.mortbay.jetty</groupId> |
1918 |
| - <artifactId>jetty</artifactId> |
1919 |
| - <version>${mortbay.jetty.plugin.version}</version> |
1920 |
| - <scope>test</scope> |
1921 |
| - </dependency> |
1922 |
| - |
1923 |
| - <dependency> |
1924 |
| - <groupId>org.mortbay.jetty</groupId> |
1925 |
| - <artifactId>jetty-util</artifactId> |
1926 |
| - <version>${mortbay.jetty.plugin.version}</version> |
1927 |
| - <scope>test</scope> |
1928 |
| - </dependency> |
1929 |
| - |
1930 |
| - <dependency> |
1931 |
| - <groupId>org.mortbay.jetty</groupId> |
1932 |
| - <artifactId>servlet-api-2.5</artifactId> |
1933 |
| - <version>${jetty.servlet.api.25.version}</version> |
1934 |
| - <scope>test</scope> |
1935 |
| - </dependency> |
1936 |
| - |
1937 | 1910 | <dependency>
|
1938 | 1911 | <groupId>junit</groupId>
|
1939 | 1912 | <artifactId>junit</artifactId>
|
|
2079 | 2052 | <xmlunit.version>1.6</xmlunit.version>
|
2080 | 2053 | <hk2.osgi.version>org.glassfish.hk2.*;version="[2.5,4)"</hk2.osgi.version>
|
2081 | 2054 | <hk2.jvnet.osgi.version>org.jvnet.hk2.*;version="[2.5,4)"</hk2.jvnet.osgi.version>
|
2082 |
| - <hk2.config.version>6.0.0-RC1</hk2.config.version> |
| 2055 | + <hk2.config.version>6.0.0</hk2.config.version> |
2083 | 2056 | <httpclient.version>4.5.9</httpclient.version>
|
2084 | 2057 | <jackson.version>2.11.3</jackson.version>
|
2085 | 2058 | <javassist.version>3.25.0-GA</javassist.version>
|
|
2103 | 2076 | <paxexam.mvn.plugin.version>1.2.4</paxexam.mvn.plugin.version>
|
2104 | 2077 | <rxjava.version>1.2.5</rxjava.version>
|
2105 | 2078 | <rxjava2.version>2.0.4</rxjava2.version>
|
2106 |
| - <servlet2.version>2.4</servlet2.version> |
2107 | 2079 | <servlet3.version>3.0.1</servlet3.version>
|
2108 | 2080 | <servlet4.version>4.0.3</servlet4.version>
|
2109 | 2081 | <simple.version>6.0.1</simple.version>
|
|
2114 | 2086 | <surefire.version>3.0.0-M3</surefire.version>
|
2115 | 2087 |
|
2116 | 2088 | <!-- Jakartified, eligible for CQ -->
|
2117 |
| - <weld.version>4.0.0.Beta5</weld.version> <!-- 2.4.1 doesn't work - bv tests --> |
2118 |
| - <validation.impl.version>7.0.0.Alpha6</validation.impl.version> |
| 2089 | + <weld.version>4.0.0.Final</weld.version> <!-- 2.4.1 doesn't work - bv tests --> |
| 2090 | + <validation.impl.version>7.0.0.Final</validation.impl.version> |
2119 | 2091 | <!-- END of Jakartified, eligible for CQ -->
|
2120 | 2092 | <xerces.version>2.11.0</xerces.version>
|
2121 | 2093 |
|
2122 | 2094 | <!-- do not need CQs (below this line till the end of version properties)-->
|
2123 |
| - <gf.impl.version>6.0.0-RC1</gf.impl.version> |
| 2095 | + <gf.impl.version>6.0.0</gf.impl.version> |
2124 | 2096 | <!-- Jakartified -->
|
2125 | 2097 | <cdi.api.version>3.0.0</cdi.api.version>
|
2126 | 2098 | <ejb.version>4.0.0</ejb.version>
|
2127 |
| - <grizzly2.version>3.0.0-M1</grizzly2.version> |
2128 |
| - <hk2.version>3.0.0-RC1</hk2.version> |
| 2099 | + <grizzly2.version>3.0.0</grizzly2.version> |
| 2100 | + <hk2.version>3.0.1</hk2.version> |
2129 | 2101 | <jsp.version>3.0.0</jsp.version>
|
2130 | 2102 | <jstl.version>2.0.0</jstl.version>
|
2131 | 2103 | <jta.api.version>2.0.0</jta.api.version>
|
|
2142 | 2114 | <jakarta.persistence.version>3.0.0</jakarta.persistence.version>
|
2143 | 2115 | <jakarta.validation.api.version>3.0.0</jakarta.validation.api.version>
|
2144 | 2116 | <jakarta.jaxb.api.version>3.0.0</jakarta.jaxb.api.version>
|
2145 |
| - <jaxb.ri.version>3.0.0-M5</jaxb.ri.version> |
| 2117 | + <jaxb.ri.version>3.0.0</jaxb.ri.version> |
2146 | 2118 | <jaxrs.api.spec.version>3.0</jaxrs.api.spec.version>
|
2147 | 2119 | <jaxrs.api.impl.version>3.0.0</jaxrs.api.impl.version>
|
2148 |
| - <jetty.version>11.0.0.beta3</jetty.version> |
2149 |
| - <jetty.plugin.version>11.0.0.beta3</jetty.plugin.version> |
| 2120 | + <jetty.version>11.0.0</jetty.version> |
| 2121 | + <jetty.plugin.version>11.0.0</jetty.plugin.version> |
2150 | 2122 | <jsonb.api.version>2.0.0</jsonb.api.version>
|
2151 | 2123 | <jsonp.ri.version>2.0.0</jsonp.ri.version>
|
2152 | 2124 | <jsonp.jaxrs.version>2.0.0</jsonp.jaxrs.version>
|
2153 |
| - <moxy.version>3.0.0-M2</moxy.version> |
| 2125 | + <moxy.version>3.0.0</moxy.version> |
2154 | 2126 | <yasson.version>2.0.1</yasson.version>
|
2155 | 2127 | <!-- END of Jakartified -->
|
2156 | 2128 |
|
2157 | 2129 | <javax.annotation.version>1.3.2</javax.annotation.version> <!--Deprecated, used only for @generated annotation in perf tests -->
|
2158 |
| - |
2159 |
| - <mortbay.jetty.plugin.version>6.1.26</mortbay.jetty.plugin.version> |
2160 |
| - <jetty.servlet.api.25.version>6.1.14</jetty.servlet.api.25.version> |
2161 |
| - |
2162 | 2130 | <mimepull.version>1.9.13</mimepull.version>
|
2163 |
| - |
2164 | 2131 | </properties>
|
2165 | 2132 | </project>
|
0 commit comments