2020-02-03 11:21:55 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-02-03 14:01:28 +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">
|
2020-02-03 11:21:55 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2020-02-03 14:01:28 +08:00
|
|
|
|
2020-02-03 16:30:16 +08:00
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
2023-12-08 17:42:33 +08:00
|
|
|
<version>3.2.0</version>
|
2022-10-10 13:41:39 +08:00
|
|
|
<relativePath/>
|
2020-02-03 16:30:16 +08:00
|
|
|
</parent>
|
2020-11-23 20:58:45 +08:00
|
|
|
|
2022-10-10 13:41:39 +08:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
<groupId>io.metersphere</groupId>
|
|
|
|
<artifactId>metersphere</artifactId>
|
|
|
|
<version>${revision}</version>
|
2020-02-04 09:55:24 +08:00
|
|
|
<name>metersphere</name>
|
2022-10-10 13:41:39 +08:00
|
|
|
<description>MeterSphere</description>
|
|
|
|
|
2022-04-15 09:06:13 +08:00
|
|
|
<properties>
|
2023-04-03 18:50:22 +08:00
|
|
|
<revision>3.x</revision>
|
2023-09-22 15:11:10 +08:00
|
|
|
<java.version>21</java.version>
|
2023-03-27 16:34:46 +08:00
|
|
|
<platform-plugin-sdk.version>1.5.0</platform-plugin-sdk.version>
|
2023-11-06 13:21:17 +08:00
|
|
|
<shiro.version>1.13.0</shiro.version>
|
2023-09-26 16:24:16 +08:00
|
|
|
<java-websocket.version>1.5.4</java-websocket.version>
|
2023-08-25 13:42:56 +08:00
|
|
|
<easyexcel.version>3.3.2</easyexcel.version>
|
2023-09-26 16:24:16 +08:00
|
|
|
<dom4j.version>2.1.4</dom4j.version>
|
2023-06-15 18:52:34 +08:00
|
|
|
<guava.version>32.0.1-jre</guava.version>
|
2023-11-18 16:13:02 +08:00
|
|
|
<pagehelper.version>6.0.0</pagehelper.version>
|
2023-11-23 17:49:48 +08:00
|
|
|
<metersphere-jmeter-functions.version>3.0</metersphere-jmeter-functions.version>
|
2023-12-11 15:30:12 +08:00
|
|
|
<metersphere-jmeter-assertions.version>1.0.0</metersphere-jmeter-assertions.version>
|
2022-11-25 08:51:52 +08:00
|
|
|
<quartz-starter.version>1.0.7</quartz-starter.version>
|
2023-12-08 17:42:33 +08:00
|
|
|
<redisson-starter.version>3.25.0</redisson-starter.version>
|
2022-10-10 13:41:39 +08:00
|
|
|
<guice.version>5.1.0</guice.version>
|
2023-12-08 17:42:33 +08:00
|
|
|
<mybatis-starter.version>3.0.3</mybatis-starter.version>
|
2022-10-10 13:41:39 +08:00
|
|
|
<reflections.version>0.10.2</reflections.version>
|
|
|
|
<bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
|
2023-09-26 16:24:16 +08:00
|
|
|
<commons-io.version>2.13.0</commons-io.version>
|
2022-10-24 14:12:15 +08:00
|
|
|
<commons-text.version>1.10.0</commons-text.version>
|
2022-12-30 17:26:55 +08:00
|
|
|
<xstream.version>1.4.20</xstream.version>
|
2023-09-26 16:24:16 +08:00
|
|
|
<xmlbeans.version>5.1.1</xmlbeans.version>
|
2023-11-22 09:57:45 +08:00
|
|
|
<swagger-parser.version>2.1.18</swagger-parser.version>
|
|
|
|
<swagger.version>2.2.19</swagger.version>
|
|
|
|
<springdoc-openapi-ui.version>2.2.0</springdoc-openapi-ui.version>
|
2022-10-10 13:41:39 +08:00
|
|
|
<commonmark.version>0.19.0</commonmark.version>
|
|
|
|
<commons-compress.version>1.21</commons-compress.version>
|
|
|
|
<htmlcleaner.version>2.26</htmlcleaner.version>
|
|
|
|
<xmindjbehaveplugin.version>0.8</xmindjbehaveplugin.version>
|
|
|
|
<metersphere-plugin-core.version>2.0</metersphere-plugin-core.version>
|
|
|
|
<plexus.version>3.0.24</plexus.version>
|
|
|
|
<common-random.version>1.0.14</common-random.version>
|
|
|
|
<generex.version>1.0.2</generex.version>
|
|
|
|
<json-schema-validator.version>2.2.14</json-schema-validator.version>
|
|
|
|
<xz.version>1.9</xz.version>
|
|
|
|
<flatten.version>1.2.7</flatten.version>
|
2023-07-12 09:32:57 +08:00
|
|
|
<jmeter.version>5.6.2</jmeter.version>
|
2022-12-07 18:48:29 +08:00
|
|
|
<codehaus-groovy.version>3.0.11</codehaus-groovy.version>
|
2023-12-08 17:42:33 +08:00
|
|
|
<metersphere-scriptengine.version>1.0.0</metersphere-scriptengine.version>
|
2022-11-25 08:51:52 +08:00
|
|
|
<docker-java.version>3.2.14</docker-java.version>
|
2023-10-12 12:56:00 +08:00
|
|
|
<selenium.version>4.14.0</selenium.version>
|
|
|
|
<jmeter-plugins-webdriver.version>4.14.0</jmeter-plugins-webdriver.version>
|
|
|
|
<opentelemetry.version>1.28.0</opentelemetry.version>
|
2022-10-10 13:41:39 +08:00
|
|
|
<commons-beanutils.version>1.9.4</commons-beanutils.version>
|
2022-12-07 18:48:29 +08:00
|
|
|
<hessian-lite.version>3.2.13</hessian-lite.version>
|
|
|
|
<avro.version>1.11.1</avro.version>
|
2022-10-10 13:41:39 +08:00
|
|
|
<dec.version>0.1.2</dec.version>
|
|
|
|
<dingtalk-sdk.version>2.0.0</dingtalk-sdk.version>
|
2023-08-21 12:45:48 +08:00
|
|
|
<dingtalk-client.version>2.0.29</dingtalk-client.version>
|
2023-02-22 15:11:55 +08:00
|
|
|
<minio.version>8.5.2</minio.version>
|
2022-10-10 13:41:39 +08:00
|
|
|
<hikaricp.version>5.0.1</hikaricp.version>
|
|
|
|
<xmlgraphics-commons.version>2.7</xmlgraphics-commons.version>
|
2023-02-22 16:37:01 +08:00
|
|
|
<commons-fileupload.version>1.5</commons-fileupload.version>
|
2023-04-06 14:50:17 +08:00
|
|
|
<commons-collections4.version>4.4</commons-collections4.version>
|
2023-08-09 12:39:30 +08:00
|
|
|
<kubernetes-client.version>6.8.0</kubernetes-client.version>
|
|
|
|
<jgit.version>6.6.0.202305301015-r</jgit.version>
|
2023-04-06 14:50:17 +08:00
|
|
|
<curator.version>5.4.0</curator.version>
|
2023-03-20 14:23:48 +08:00
|
|
|
<graalvmjs.version>22.3.1</graalvmjs.version>
|
2023-12-08 17:42:33 +08:00
|
|
|
<embedded.version>3.1.0</embedded.version>
|
2023-05-18 12:36:33 +08:00
|
|
|
<otp-java.version>2.0.1</otp-java.version>
|
2023-08-14 10:36:03 +08:00
|
|
|
<mockserver-client-java.version>5.15.0</mockserver-client-java.version>
|
2023-05-19 13:20:16 +08:00
|
|
|
<httpclient.version>4.5.14</httpclient.version>
|
2022-10-26 11:17:28 +08:00
|
|
|
<!-- frontend -->
|
|
|
|
<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
|
2023-10-24 14:31:12 +08:00
|
|
|
<node.version>v20.8.1</node.version>
|
|
|
|
<npm.version>10.1.0</npm.version>
|
2023-10-20 14:05:19 +08:00
|
|
|
<pnpm.version>8.9.2</pnpm.version>
|
2022-10-10 13:41:39 +08:00
|
|
|
<!-- -->
|
|
|
|
<skipAntRunForJenkins>false</skipAntRunForJenkins>
|
2023-02-24 15:32:41 +08:00
|
|
|
<commons-dbcp2-version>2.9.0</commons-dbcp2-version>
|
2023-05-04 16:21:17 +08:00
|
|
|
<jacoco.version>0.8.10</jacoco.version>
|
2023-09-13 18:08:09 +08:00
|
|
|
<pf4j.version>3.10.0</pf4j.version>
|
2023-10-07 10:02:38 +08:00
|
|
|
<!-- sonar -->
|
|
|
|
<sonar.organization>metersphere</sonar.organization>
|
|
|
|
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
2022-04-15 09:06:13 +08:00
|
|
|
</properties>
|
2022-10-10 13:41:39 +08:00
|
|
|
|
2020-02-03 14:01:28 +08:00
|
|
|
<modules>
|
2023-04-06 14:50:17 +08:00
|
|
|
<module>frontend</module>
|
|
|
|
<module>backend</module>
|
2020-02-03 14:01:28 +08:00
|
|
|
</modules>
|
2020-02-03 11:21:55 +08:00
|
|
|
|
2022-10-10 13:41:39 +08:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<scope>test</scope>
|
2023-04-17 17:40:02 +08:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>android-json</artifactId>
|
|
|
|
<groupId>com.vaadin.external.google</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2022-10-10 13:41:39 +08:00
|
|
|
</dependency>
|
2023-08-14 10:36:03 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mock-server</groupId>
|
|
|
|
<artifactId>mockserver-netty</artifactId>
|
2023-08-14 13:39:47 +08:00
|
|
|
<scope>test</scope>
|
2023-08-14 10:36:03 +08:00
|
|
|
<version>${mockserver-client-java.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mock-server</groupId>
|
|
|
|
<artifactId>mockserver-client-java</artifactId>
|
|
|
|
<version>${mockserver-client-java.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2023-04-26 09:31:57 +08:00
|
|
|
<!-- embedded 配置 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-bootstrap</artifactId>
|
2023-12-08 18:00:32 +08:00
|
|
|
<version>4.1.0</version>
|
2023-04-26 09:31:57 +08:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.playtika.testcontainers</groupId>
|
|
|
|
<artifactId>embedded-mysql</artifactId>
|
|
|
|
<version>${embedded.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.playtika.testcontainers</groupId>
|
|
|
|
<artifactId>embedded-redis</artifactId>
|
|
|
|
<version>${embedded.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<!-- 内置 minio 和 kafka -->
|
2023-05-04 21:15:50 +08:00
|
|
|
<dependency>
|
2023-04-26 09:31:57 +08:00
|
|
|
<groupId>com.playtika.testcontainers</groupId>
|
|
|
|
<artifactId>embedded-minio</artifactId>
|
|
|
|
<version>${embedded.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.playtika.testcontainers</groupId>
|
|
|
|
<artifactId>embedded-kafka</artifactId>
|
|
|
|
<version>${embedded.version}</version>
|
|
|
|
<scope>test</scope>
|
2023-05-04 21:15:50 +08:00
|
|
|
</dependency>
|
2023-08-14 10:36:03 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.playtika.testcontainers</groupId>
|
|
|
|
<artifactId>embedded-mockserver</artifactId>
|
|
|
|
<version>${embedded.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2023-04-26 09:31:57 +08:00
|
|
|
<!-- end embedded 配置 -->
|
2022-10-10 13:41:39 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
2023-04-13 17:15:15 +08:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/java</directory>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.properties</include>
|
|
|
|
<include>**/*.xml</include>
|
|
|
|
<include>**/*.json</include>
|
|
|
|
<include>**/*.tpl</include>
|
|
|
|
<include>**/*.js</include>
|
|
|
|
</includes>
|
|
|
|
<filtering>false</filtering>
|
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<includes>
|
|
|
|
<include>**/*</include>
|
|
|
|
</includes>
|
|
|
|
<filtering>false</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2022-10-10 13:41:39 +08:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<release>${java.version}</release>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>flatten-maven-plugin</artifactId>
|
|
|
|
<version>${flatten.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>
|
2023-04-26 17:37:12 +08:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
<version>${jacoco.version}</version>
|
2023-06-01 17:38:53 +08:00
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>io/metersphere/*/mapper/**</exclude>
|
|
|
|
<exclude>io/metersphere/*/domain/**</exclude>
|
2023-06-01 19:27:29 +08:00
|
|
|
<exclude>io/metersphere/**/dto/**</exclude>
|
|
|
|
<exclude>io/metersphere/**/config/**</exclude>
|
|
|
|
<exclude>io/metersphere/**/constants/**</exclude>
|
2023-06-14 16:44:36 +08:00
|
|
|
<exclude>io/metersphere/sdk/**</exclude>
|
2023-10-23 09:19:42 +08:00
|
|
|
<exclude>io/metersphere/plugin/**</exclude>
|
2023-06-01 17:38:53 +08:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
2023-04-26 17:37:12 +08:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>report</id>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>report</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2022-10-10 13:41:39 +08:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2023-06-03 20:10:18 +08:00
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
2023-12-12 17:42:07 +08:00
|
|
|
<id>metersphere-public</id>
|
|
|
|
<url>https://repository.fit2cloud.com/repository/metersphere/</url>
|
2023-06-03 20:10:18 +08:00
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
2023-10-12 12:56:00 +08:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>central</id>
|
|
|
|
<url>https://repo.maven.apache.org/maven2</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
2023-12-12 17:42:07 +08:00
|
|
|
<id>metersphere-public</id>
|
|
|
|
<url>https://repository.fit2cloud.com/repository/metersphere/</url>
|
2023-10-12 12:56:00 +08:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
2023-06-15 09:39:29 +08:00
|
|
|
<pluginRepositories>
|
2023-08-18 17:50:56 +08:00
|
|
|
<pluginRepository>
|
|
|
|
<id>central</id>
|
|
|
|
<url>https://repo.maven.apache.org/maven2</url>
|
|
|
|
</pluginRepository>
|
2023-06-15 09:39:29 +08:00
|
|
|
<pluginRepository>
|
2023-12-12 17:42:07 +08:00
|
|
|
<id>metersphere-public</id>
|
|
|
|
<url>https://repository.fit2cloud.com/repository/metersphere/</url>
|
2023-06-15 09:39:29 +08:00
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
2020-02-04 09:55:24 +08:00
|
|
|
</project>
|