Skip to content

Commit 08470b5

Browse files
committed
Test jakarta.json-api and jakarta.json.bind-api dependencies
1 parent dd6a255 commit 08470b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pgp-keys-map-test2/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@
6666
<artifactId>jakarta.jms-api</artifactId>
6767
<version>[3.1.0]</version>
6868
</dependency>
69+
<dependency>
70+
<groupId>jakarta.json</groupId>
71+
<artifactId>jakarta.json-api</artifactId>
72+
<version>[2.1.3]</version>
73+
</dependency>
74+
<dependency>
75+
<groupId>jakarta.json.bind</groupId>
76+
<artifactId>jakarta.json.bind-api</artifactId>
77+
<version>[3.0.1]</version>
78+
</dependency>
6979
<dependency>
7080
<groupId>jakarta.resource</groupId>
7181
<artifactId>jakarta.resource-api</artifactId>

0 commit comments

Comments
 (0)