Skip to content

Commit

Permalink
Merge pull request #1933 from jakartaee/4.1
Browse files Browse the repository at this point in the history
Merge 4.1 remaining issues into master
  • Loading branch information
arjantijms authored Jun 7, 2024
2 parents a426ee1 + f2354d1 commit 6bf62c9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,6 @@
<optional>true</optional>
</dependency>

<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
<version>4.0.2</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
Expand Down
1 change: 0 additions & 1 deletion api/src/main/module/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
requires static jakarta.websocket;
requires static jakarta.persistence;
requires static jakarta.ejb;
requires static jakarta.xml.ws;
requires static jakarta.json;
requires transitive java.desktop;
requires transitive java.sql;
Expand Down
4 changes: 0 additions & 4 deletions spec/src/main/asciidoc/ExpressionLanguageFacility.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@ feature. Here is a summary of the Jakarta EE annotations one may use in a

- [email protected]_

- [email protected]_

- [email protected]_

- [email protected]_

- [email protected]_
Expand Down

0 comments on commit 6bf62c9

Please sign in to comment.