Skip to content

Commit

Permalink
Merge pull request #24557 from avpinchuk/ccx-embedded-add-jsonp
Browse files Browse the repository at this point in the history
Add missing JSON-P API to `glassfish-embedded-*.jar`s
  • Loading branch information
arjantijms authored Aug 23, 2023
2 parents 4d8450c + 8726703 commit c00c12d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appserver/extras/embedded/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,11 @@
<artifactId>jakarta.ws.rs-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jakarta.json.bind</groupId>
<artifactId>jakarta.json.bind-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions appserver/extras/embedded/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,11 @@
<optional>true</optional>
</dependency>
<!-- glassfish-json -->
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
Expand Down

0 comments on commit c00c12d

Please sign in to comment.