diff options
author | uvok | 2025-07-10 19:58:11 +0200 |
---|---|---|
committer | uvok | 2025-07-10 19:58:11 +0200 |
commit | 03273394f95e0d693c4309e18a444991065fdc85 (patch) | |
tree | be883019764c08cb76e43f652c7c14751f22221b /pom.xml | |
parent | f13406a6b48f677ed4d943030e630d21efe66ea7 (diff) |
Add json parser
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |