.
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -12,6 +12,13 @@
|
||||
<!–<module>qtask</module>–>
|
||||
</modules>-->
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>maven-nexus</id>
|
||||
<name>maven-nexus</name>
|
||||
<url>https://nexus.1216.top/repository/maven-public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
|
||||
<!-- redkale支持 -->
|
||||
@@ -50,7 +57,7 @@
|
||||
<dependency>
|
||||
<groupId>com.jfinal</groupId>
|
||||
<artifactId>jfinal</artifactId>
|
||||
<version>3.3</version>
|
||||
<version>5.1.5</version>
|
||||
</dependency>
|
||||
|
||||
<!-- poi支持 -->
|
||||
@@ -81,8 +88,8 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.6.1</version>
|
||||
<configuration>
|
||||
<source>19</source>
|
||||
<target>19</target>
|
||||
<source>17</source>
|
||||
<target>17</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user