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

@ -21,6 +21,18 @@
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
@ -56,13 +68,17 @@
<file file="target/dependency/logback-classic.jar" />
<file file="target/dependency/commons-lang3.jar" />
<file file="target/dependency/mariadb-java-client.jar" />
<file file="target/dependency/postgresql.jar" />
<file file="target/dependency/jackson-core.jar" />
<file file="target/dependency/jackson-databind.jar" />
<file file="target/dependency/jackson-annotations.jar" />
</copy>
<java failonerror="true" fork="true" classname="love.distributedrebirth.warpme.hash.WaterShotAddict">
<arg value="target/chain" />
<classpath>
<pathelement location="../gdxapp4d-lib-warpme/target/gdxapp4d-lib-warpme.jar" />
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/nx01-x4o-driver-${nx01.version}.jar" />
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/nx01-x4o-o2o-${nx01.version}.jar" />
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/nx01-x4o-sax3-${nx01.version}.jar" />
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/jasper-el-${jasper-el.version}.jar" />
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/el-api-${jasper-el.version}.jar" />
</classpath>

View file

@ -9,4 +9,8 @@
<soft:hash file="bundle/logback-classic.jar" hex="0"/>
<soft:hash file="bundle/commons-lang3.jar" hex="0"/>
<soft:hash file="bundle/mariadb-java-client.jar" hex="0"/>
<soft:hash file="bundle/postgresql.jar" hex="0"/>
<soft:hash file="bundle/jackson-core.jar" hex="0"/>
<soft:hash file="bundle/jackson-annotations.jar" hex="0"/>
<soft:hash file="bundle/jackson-databind.jar" hex="0"/>
</root:shot>

View file

@ -9,5 +9,9 @@
<link:magic file="bundle/logback-classic.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/commons-lang3.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/mariadb-java-client.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/postgresql.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/jackson-core.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/jackson-annotations.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/jackson-databind.jar" mime="application/vnd.osgi.bundle"/>
</link:sea>
</root:ocean>