Skip to content

Commit 1f60339

Browse files
committed
#1807: Add dependencies for Jakarta JSON API and jcabi-http library.
1 parent fd30335 commit 1f60339

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/it/fat-jar/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@
4848
<scope>system</scope>
4949
<systemPath>${basedir}/../../@project.artifactId@[email protected]@-jar-with-dependencies.jar</systemPath>
5050
</dependency>
51+
<dependency>
52+
<groupId>jakarta.json</groupId>
53+
<artifactId>jakarta.json-api</artifactId>
54+
<version>2.1.3</version>
55+
</dependency>
56+
<dependency>
57+
<groupId>com.jcabi</groupId>
58+
<artifactId>jcabi-http</artifactId>
59+
<version>2.0.0</version>
60+
</dependency>
5161
</dependencies>
5262
</plugin>
5363
</plugins>

0 commit comments

Comments
 (0)