Skip to content

Commit

Permalink
Integrate annotations 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Jun 27, 2024
1 parent accbd80 commit a235dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jaxws-ri/boms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<stax2-api.version>4.2.2</stax2-api.version>
<activation-api.version>2.1.3</activation-api.version>
<angus-activation.version>2.0.2</angus-activation.version>
<jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
</properties>

<dependencyManagement>
Expand Down
3 changes: 2 additions & 1 deletion jaxws-ri/bundles/jaxws-rt/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -236,6 +236,7 @@
<configuration>
<instructions>
<Import-Package>
jakarta.annotation*;version=!,
sun.misc;resolution:=optional,
com.sun.xml.ws.assembler.metro.jaxws;resolution:=optional,
*
Expand Down

0 comments on commit a235dbe

Please sign in to comment.