5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-11 13:31:02 +01:00

Add JSON dependency

This commit is contained in:
Anton Micke
2025-06-23 15:59:56 +02:00
committed by AJMicke
parent 93aa57379d
commit 06173d396f

View File

@@ -71,6 +71,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20250517</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>