Added JSON dependency

This commit is contained in:
Marvin Scham
2023-05-23 01:33:23 +02:00
parent 89efc24ca9
commit 08dc4e9245

View File

@@ -26,6 +26,11 @@
<version>5.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
</dependency>
</dependencies>
<build>