diff options
-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> |