Add JSON dependency

This commit is contained in:
Anton Micke
2025-06-23 16:02:24 +02:00
committed by AJMicke
parent 93aa57379d
commit 06173d396f
+5
View File
@@ -71,6 +71,11 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20250517</version>
</dependency>
</dependencies> </dependencies>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>