Implement skeleton for patch document

This commit is contained in:
2025-01-31 10:19:55 +01:00
parent 3f3752c67b
commit 8b64dbac97
6 changed files with 108 additions and 3 deletions

View File

@ -94,7 +94,11 @@
<version>0.11.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-patch</artifactId>
<version>1.13</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>