We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd30335 commit 1f60339Copy full SHA for 1f60339
src/it/fat-jar/pom.xml
@@ -48,6 +48,16 @@
48
<scope>system</scope>
49
<systemPath>${basedir}/../../@project.artifactId@[email protected]@-jar-with-dependencies.jar</systemPath>
50
</dependency>
51
+ <dependency>
52
+ <groupId>jakarta.json</groupId>
53
+ <artifactId>jakarta.json-api</artifactId>
54
+ <version>2.1.3</version>
55
+ </dependency>
56
57
+ <groupId>com.jcabi</groupId>
58
+ <artifactId>jcabi-http</artifactId>
59
+ <version>2.0.0</version>
60
61
</dependencies>
62
</plugin>
63
</plugins>
0 commit comments