Skip to content

Commit a8fed82

Browse files
committed
Revert "Removed unused org.glassfish.javax.json dependency"
1 parent 8959b36 commit a8fed82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
<artifactId>javax.json-api</artifactId>
4848
<version>1.1.4</version>
4949
</dependency>
50+
<dependency>
51+
<groupId>org.glassfish</groupId>
52+
<artifactId>javax.json</artifactId>
53+
<version>1.1.4</version>
54+
</dependency>
5055
</dependencies>
5156

5257
<build>

0 commit comments

Comments
 (0)