Skip to content

Commit a235dbe

Browse files
committed
Integrate annotations 3.0.0
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
1 parent accbd80 commit a235dbe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

jaxws-ri/boms/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<stax2-api.version>4.2.2</stax2-api.version>
4848
<activation-api.version>2.1.3</activation-api.version>
4949
<angus-activation.version>2.0.2</angus-activation.version>
50-
<jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
50+
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
5151
</properties>
5252

5353
<dependencyManagement>

jaxws-ri/bundles/jaxws-rt/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2018, 2023 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -236,6 +236,7 @@
236236
<configuration>
237237
<instructions>
238238
<Import-Package>
239+
jakarta.annotation*;version=!,
239240
sun.misc;resolution:=optional,
240241
com.sun.xml.ws.assembler.metro.jaxws;resolution:=optional,
241242
*

0 commit comments

Comments
 (0)