Fixed missing json lib in tests

This commit is contained in:
Willem Cazander 2024-12-13 23:11:38 +01:00
parent 6be8432ed6
commit ba534872b9

View file

@ -31,5 +31,10 @@
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>