This commit is contained in:
2022-11-03 10:58:48 +08:00
parent b78a482d3b
commit b704abcece
23 changed files with 1192 additions and 62 deletions

22
pom.xml
View File

@@ -7,24 +7,24 @@
<groupId>net.tccn</groupId>
<artifactId>meta-kit</artifactId>
<version>1.0</version>
<packaging>war</packaging>
<modules>
<!--<module>qtask</module>-->
</modules>
<packaging>jar</packaging>
<!--<modules>
&lt;!&ndash;<module>qtask</module>&ndash;&gt;
</modules>-->
<dependencies>
<!-- redkale支持 -->
<dependency>
<groupId>org.redkale</groupId>
<artifactId>redkale</artifactId>
<version>LATEST</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>org.redkalex</groupId>
<artifactId>redkale-plugins</artifactId>
<version>LATEST</version>
<version>2.7.0</version>
</dependency>
<!-- mysql连接 -->
@@ -38,7 +38,7 @@
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver-async</artifactId>
<version>LATEST</version>
<version>6.0.0</version>
<exclusions>
<exclusion>
<groupId>junit:junit:3.8.1</groupId>
@@ -81,8 +81,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>14</source>
<target>14</target>
<source>19</source>
<target>19</target>
</configuration>
</plugin>
@@ -109,7 +109,7 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.1.2</version>
<version>3.2.0</version>
<executions>
<execution>
<id>copy-resources</id>