Implement #37: Save/Load Functionality for Drawings
Some checks failed
CI / build-and-test (pull_request) Failing after 12s
Some checks failed
CI / build-and-test (pull_request) Failing after 12s
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -68,6 +68,12 @@
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.18.3</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user