Update template/pom.xml

This commit is contained in:
2024-07-23 15:35:25 +08:00
parent 9ef5c5a45e
commit 562f016773

View File

@@ -8,6 +8,7 @@
<packaging>pom</packaging>
<properties>
<ox.sprintboot.web.starter.version>1.0-SNAPSHOT</ox.sprintboot.web.starter.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
@@ -39,6 +40,11 @@
<artifactId>hutool-all</artifactId>
<version>${cn.hutool.all}</version>
</dependency>
<dependency>
<groupId>com.vs</groupId>
<artifactId>ox-springboot-web-starter</artifactId>
<version>${ox.sprintboot.web.starter.version}</version>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>