Skip to content

Commit 8cf3f3b

Browse files
committed
fix json-p dependencies
1 parent 51dfed5 commit 8cf3f3b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,17 @@
4747
<artifactId>jnr-unixsocket</artifactId>
4848
<version>0.18</version>
4949
</dependency>
50+
<dependency>
51+
<groupId>javax.json</groupId>
52+
<artifactId>javax.json-api</artifactId>
53+
<version>1.0</version>
54+
<scope>provided</scope>
55+
</dependency>
5056
<dependency>
5157
<groupId>org.glassfish</groupId>
5258
<artifactId>javax.json</artifactId>
5359
<version>1.0.4</version>
54-
<scope>provided</scope>
60+
<scope>test</scope>
5561
</dependency>
5662
<dependency>
5763
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)