.
This commit is contained in:
22
pom.xml
22
pom.xml
@@ -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>
|
||||
<!–<module>qtask</module>–>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user