We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dfed5 commit 8cf3f3bCopy full SHA for 8cf3f3b
pom.xml
@@ -47,11 +47,17 @@
47
<artifactId>jnr-unixsocket</artifactId>
48
<version>0.18</version>
49
</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>
56
<dependency>
57
<groupId>org.glassfish</groupId>
58
<artifactId>javax.json</artifactId>
59
<version>1.0.4</version>
- <scope>provided</scope>
60
+ <scope>test</scope>
61
62
63
<groupId>org.hamcrest</groupId>
0 commit comments