Upgraded to NX01 maisdoc mm with new meta model with junk json support

This commit is contained in:
Willem Cazander 2025-02-03 18:19:31 +01:00
parent c4bf31561f
commit 0bee837b52
36 changed files with 257 additions and 2031 deletions

View file

@ -16,8 +16,13 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>