Skip to content

Commit

Permalink
JBTM-3942 Migrate to Eclipse implementation of JSON-P
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgopen authored and mmusgrov committed Oct 28, 2024
1 parent fa29041 commit bac28c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 2 additions & 3 deletions rts/at/jta-service/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@
</dependency>

<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<scope>provided</scope>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
</dependency>
<dependency>
<groupId>jakarta.ejb</groupId>
Expand Down
11 changes: 8 additions & 3 deletions rts/lra-examples/lra-jwt/wildfly/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,15 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
<scope>compile</scope>
</dependency>

</dependencies>
Expand Down

0 comments on commit bac28c1

Please sign in to comment.