File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 29
29
<name >Apache CXF for Apache Tomcat CDI</name >
30
30
<description >Apache CXF packaged for Apache Tomcat CDI</description >
31
31
<!-- This is the Apache CXF version -->
32
- <version >4.0.3 </version >
32
+ <version >4.0.4 </version >
33
33
<packaging >jar</packaging >
34
34
35
35
<properties >
97
97
<groupId >org.apache.maven.plugins</groupId >
98
98
<artifactId >maven-compiler-plugin</artifactId >
99
99
<configuration >
100
- <release >21 </release >
100
+ <release >17 </release >
101
101
</configuration >
102
102
</plugin >
103
103
<plugin >
Original file line number Diff line number Diff line change 16
16
*/
17
17
package tomcat .cxf ;
18
18
19
- import javax .enterprise .context .Dependent ;
20
- import javax .ws .rs .Produces ;
21
- import javax .ws .rs .ext .Provider ;
19
+ import jakarta .enterprise .context .Dependent ;
20
+ import jakarta .ws .rs .Produces ;
21
+ import jakarta .ws .rs .ext .Provider ;
22
22
23
23
import org .apache .johnzon .jaxrs .jsonb .jaxrs .JsonbJaxrsProvider ;
24
24
Original file line number Diff line number Diff line change 15
15
See the License for the specific language governing permissions and
16
16
limitations under the License.
17
17
-->
18
- <beans xmlns =" http ://xmlns.jcp.org /xml/ns/javaee "
18
+ <beans xmlns =" https ://jakarta.ee /xml/ns/jakartaee "
19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
- xsi : schemaLocation =" http ://xmlns.jcp.org /xml/ns/javaee http ://xmlns.jcp.org /xml/ns/javaee/beans_2_0 .xsd"
20
+ xsi : schemaLocation =" https ://jakarta.ee /xml/ns/jakartaee https ://jakarta.ee /xml/ns/jakartaee/beans_4_0 .xsd"
21
21
bean-discovery-mode =" annotated"
22
- version =" 2 .0" >
22
+ version =" 4 .0" >
23
23
<exclude name =" com.*" />
24
24
<exclude name =" javax.*" />
25
25
<exclude name =" mozilla.*" />
Original file line number Diff line number Diff line change 15
15
See the License for the specific language governing permissions and
16
16
limitations under the License.
17
17
-->
18
- <web-fragment xmlns =" http ://xmlns.jcp.org /xml/ns/javaee "
18
+ <web-fragment xmlns =" https ://jakarta.ee /xml/ns/jakartaee "
19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
- xsi : schemaLocation =" http ://xmlns.jcp.org /xml/ns/javaee
21
- http ://xmlns.jcp.org /xml/ns/javaee /web-app_4_0 .xsd"
22
- version =" 4 .0" >
20
+ xsi : schemaLocation =" https ://jakarta.ee /xml/ns/jakartaee
21
+ https ://jakarta.ee /xml/ns/jakartaee /web-app_6_0 .xsd"
22
+ version =" 6 .0" >
23
23
<name >tomcat-cxf</name >
24
24
<ordering >
25
25
<before >
You can’t perform that action at this time.
0 commit comments