Upgraded to NX01 maisdoc mm with new meta model with junk json support
This commit is contained in:
parent
c4bf31561f
commit
0bee837b52
36 changed files with 257 additions and 2031 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue