summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authoruvok2025-07-10 19:58:11 +0200
committeruvok2025-07-10 19:58:11 +0200
commit03273394f95e0d693c4309e18a444991065fdc85 (patch)
treebe883019764c08cb76e43f652c7c14751f22221b /pom.xml
parentf13406a6b48f677ed4d943030e630d21efe66ea7 (diff)
Add json parser
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c81ec80..37d3beb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,11 @@ What the fuck is wrong with these build systems???
<version>5.9.2</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>2.19.1</version>
+ </dependency>
</dependencies>
<build>