2023-06-06 16:21:55 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-02-20 10:07:25 +08:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2022-12-06 17:21:22 +08:00
|
|
|
|
2021-02-18 17:30:29 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2021-02-19 16:34:02 +08:00
|
|
|
<groupId>io.dataease</groupId>
|
2023-08-24 17:34:35 +08:00
|
|
|
<artifactId>dataease</artifactId>
|
2024-01-10 15:16:43 +08:00
|
|
|
<version>${dataease.version}</version>
|
2021-02-18 17:30:29 +08:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
2023-10-23 21:58:50 +08:00
|
|
|
<modules>
|
|
|
|
<module>sdk</module>
|
|
|
|
</modules>
|
2024-05-24 16:12:57 +08:00
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
2024-05-24 18:03:18 +08:00
|
|
|
<version>3.3.0</version>
|
|
|
|
<relativePath />
|
2024-05-24 16:12:57 +08:00
|
|
|
</parent>
|
2023-10-23 21:58:50 +08:00
|
|
|
|
2023-03-07 11:31:29 +08:00
|
|
|
<properties>
|
2024-08-29 15:21:21 +08:00
|
|
|
<dataease.version>2.10.0</dataease.version>
|
2024-05-24 21:19:58 +08:00
|
|
|
<java.version>21</java.version>
|
2023-10-23 21:58:50 +08:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2024-05-24 14:07:57 +08:00
|
|
|
<spring-cloud-alibaba.version>2023.0.1.0</spring-cloud-alibaba.version>
|
|
|
|
<spring-cloud.version>2023.0.1</spring-cloud.version>
|
|
|
|
<spring-boot.version>3.3.0</spring-boot.version>
|
2024-05-24 21:19:58 +08:00
|
|
|
<maven.compiler.source>21</maven.compiler.source>
|
|
|
|
<maven.compiler.target>21</maven.compiler.target>
|
2024-04-26 12:29:23 +08:00
|
|
|
<mybatis-plus.version>3.5.6</mybatis-plus.version>
|
2023-12-08 22:03:33 +08:00
|
|
|
<h2.version>2.2.220</h2.version>
|
2023-12-20 15:17:46 +08:00
|
|
|
<knife4j.version>4.4.0</knife4j.version>
|
2024-08-15 11:21:10 +08:00
|
|
|
<calcite-core.version>1.35.13</calcite-core.version>
|
2023-10-23 21:58:50 +08:00
|
|
|
<commons-dbcp2.version>2.6.0</commons-dbcp2.version>
|
|
|
|
<antlr.version>3.5.2</antlr.version>
|
|
|
|
<java-jwt.version>3.12.1</java-jwt.version>
|
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
|
<ehcache.version>3.10.8</ehcache.version>
|
2024-05-05 12:48:47 +08:00
|
|
|
<bcprov.version>1.78</bcprov.version>
|
2023-10-23 21:58:50 +08:00
|
|
|
<junit.version>4.13.2</junit.version>
|
|
|
|
<httpclient.version>4.5.14</httpclient.version>
|
|
|
|
<httpcore.version>4.4.16</httpcore.version>
|
2024-05-24 14:07:57 +08:00
|
|
|
<easyexcel.version>3.3.4</easyexcel.version>
|
2024-05-30 12:16:28 +08:00
|
|
|
<commons-io.version>2.16.1</commons-io.version>
|
2024-01-10 15:16:43 +08:00
|
|
|
<flatten-maven.version>1.3.0</flatten-maven.version>
|
|
|
|
<maven.exec.version>3.1.0</maven.exec.version>
|
2024-04-25 17:14:14 +08:00
|
|
|
<guava.version>33.0.0-jre</guava.version>
|
2024-04-24 14:08:20 +08:00
|
|
|
<selenium-java.version>4.19.1</selenium-java.version>
|
2024-04-24 17:55:03 +08:00
|
|
|
<angus-mail.version>2.0.3</angus-mail.version>
|
2024-04-25 17:14:14 +08:00
|
|
|
<mysql-connector-j.version>8.2.0</mysql-connector-j.version>
|
2024-05-16 20:24:25 +08:00
|
|
|
<itextpdf.version>8.0.4</itextpdf.version>
|
2024-05-17 21:56:41 +08:00
|
|
|
<flexmark.version>0.62.2</flexmark.version>
|
2024-05-24 14:07:57 +08:00
|
|
|
<mybatis-spring.version>3.0.3</mybatis-spring.version>
|
2024-05-30 12:16:28 +08:00
|
|
|
<commons-compress.version>1.26.2</commons-compress.version>
|
2024-07-18 18:12:48 +08:00
|
|
|
<jsch.version>0.1.55</jsch.version>
|
2023-03-07 11:31:29 +08:00
|
|
|
</properties>
|
|
|
|
|
2023-10-23 21:58:50 +08:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|
|
|
<version>${spring-cloud-alibaba.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-dependencies</artifactId>
|
|
|
|
<version>${spring-cloud.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-parent</artifactId>
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
2024-05-27 19:04:59 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
2024-05-24 14:07:57 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mybatis</groupId>
|
|
|
|
<artifactId>mybatis-spring</artifactId>
|
|
|
|
<version>${mybatis-spring.version}</version>
|
|
|
|
</dependency>
|
2023-10-23 21:58:50 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
<version>${mybatis-plus.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.h2database</groupId>
|
|
|
|
<artifactId>h2</artifactId>
|
|
|
|
<version>${h2.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
|
|
<artifactId>knife4j-dependencies</artifactId>
|
|
|
|
<version>${knife4j.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.auth0</groupId>
|
|
|
|
<artifactId>java-jwt</artifactId>
|
|
|
|
<version>${java-jwt.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.velocity</groupId>
|
|
|
|
<artifactId>velocity-engine-core</artifactId>
|
|
|
|
<version>${velocity.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ehcache</groupId>
|
|
|
|
<artifactId>ehcache</artifactId>
|
|
|
|
<version>${ehcache.version}</version>
|
|
|
|
</dependency>
|
2024-05-29 09:50:35 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
|
<version>${commons-compress.version}</version>
|
|
|
|
</dependency>
|
2024-05-30 12:16:28 +08:00
|
|
|
<dependency>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<version>${commons-io.version}</version>
|
|
|
|
</dependency>
|
2023-10-23 21:58:50 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
<version>${easyexcel.version}</version>
|
|
|
|
</dependency>
|
2024-04-25 17:14:14 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.mysql</groupId>
|
|
|
|
<artifactId>mysql-connector-j</artifactId>
|
|
|
|
<version>${mysql-connector-j.version}</version>
|
|
|
|
</dependency>
|
2024-04-23 15:30:03 +08:00
|
|
|
|
2023-10-23 21:58:50 +08:00
|
|
|
</dependencies>
|
2022-12-06 17:21:22 +08:00
|
|
|
|
2023-10-23 21:58:50 +08:00
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
</dependency>
|
2023-03-07 12:51:50 +08:00
|
|
|
|
2023-10-23 21:58:50 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
<artifactId>bcprov-jdk15to18</artifactId>
|
|
|
|
<version>${bcprov.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2023-08-23 17:52:39 +08:00
|
|
|
|
2023-08-24 17:21:24 +08:00
|
|
|
<build>
|
2023-10-23 21:58:50 +08:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
</plugin>
|
2023-08-24 17:34:35 +08:00
|
|
|
|
2024-01-10 15:16:43 +08:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
<version>${maven.exec.version}</version>
|
|
|
|
</plugin>
|
2023-10-23 21:58:50 +08:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2024-01-10 15:16:43 +08:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>flatten-maven-plugin</artifactId>
|
|
|
|
<version>${flatten-maven.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<updatePomFile>true</updatePomFile>
|
|
|
|
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>flatten</id>
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>flatten</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>flatten-clean</id>
|
|
|
|
<phase>clean</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>clean</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2023-08-23 17:52:39 +08:00
|
|
|
</build>
|
2023-03-07 12:51:50 +08:00
|
|
|
|
2023-08-24 17:34:35 +08:00
|
|
|
|
2021-02-19 16:34:02 +08:00
|
|
|
</project>
|