|
@@ -1,176 +1,83 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
+<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <parent>
|
|
|
- <groupId>com.persagy</groupId>
|
|
|
- <artifactId>apm-package</artifactId>
|
|
|
- <version>v1.3.0-SNAPSHOT</version>
|
|
|
- </parent>
|
|
|
+ <parent>
|
|
|
+ <groupId>com.persagy</groupId>
|
|
|
+ <artifactId>apm-package</artifactId>
|
|
|
+ <version>v1.3.0-SNAPSHOT</version>
|
|
|
+ </parent>
|
|
|
|
|
|
- <artifactId>dmp-alarm</artifactId>
|
|
|
- <version>v1.0.0</version>
|
|
|
+ <artifactId>dmp-alarm</artifactId>
|
|
|
+ <version>v1.0.0</version>
|
|
|
|
|
|
- <repositories>
|
|
|
- <repository>
|
|
|
- <id>snapshot</id>
|
|
|
- <name>snapshot Repository</name>
|
|
|
- <url>http://47.93.132.139:8081/nexus/content/repositories/snapshots/</url>
|
|
|
- <snapshots>
|
|
|
- <enabled>true</enabled>
|
|
|
- <updatePolicy>always</updatePolicy>
|
|
|
- </snapshots>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>persagy</id>
|
|
|
- <name>persagy Repository</name>
|
|
|
- <url>http://47.93.132.139:8081/nexus/content/repositories/persagy/</url>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>integrated</id>
|
|
|
- <name>releases Repository</name>
|
|
|
- <url>http://47.93.132.139:8081/nexus/content/repositories/integrated/</url>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>persagy2021-yushu-public</id>
|
|
|
- <name>public</name>
|
|
|
- <url>https://persagy2021-maven.pkg.coding.net/repository/yushu/public/</url>
|
|
|
- </repository>
|
|
|
-
|
|
|
- </repositories>
|
|
|
-
|
|
|
-
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-core</artifactId>
|
|
|
- <version>5.3.4</version>
|
|
|
+ <repositories>
|
|
|
+ <repository>
|
|
|
+ <id>snapshot</id>
|
|
|
+ <name>snapshot Repository</name>
|
|
|
+ <url>http://47.93.132.139:8081/nexus/content/repositories/snapshots/</url>
|
|
|
+ <snapshots>
|
|
|
+ <enabled>true</enabled>
|
|
|
+ <updatePolicy>always</updatePolicy>
|
|
|
+ </snapshots>
|
|
|
+ </repository>
|
|
|
+ <repository>
|
|
|
+ <id>persagy</id>
|
|
|
+ <name>persagy Repository</name>
|
|
|
+ <url>http://47.93.132.139:8081/nexus/content/repositories/persagy/</url>
|
|
|
+ </repository>
|
|
|
+ <repository>
|
|
|
+ <id>integrated</id>
|
|
|
+ <name>releases Repository</name>
|
|
|
+ <url>http://47.93.132.139:8081/nexus/content/repositories/integrated/</url>
|
|
|
+ </repository>
|
|
|
+ </repositories>
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.persagy</groupId>
|
|
|
+ <artifactId>apm-common</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
- <optional>true</optional>
|
|
|
- </dependency>
|
|
|
- <!-- 项目启动 -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.persagy</groupId>
|
|
|
- <artifactId>apm-server</artifactId>
|
|
|
- <version>v1.3.0-SNAPSHOT</version><!--$NO-MVN-MAN-VER$-->
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <artifactId>mybatis</artifactId>
|
|
|
- <groupId>org.mybatis</groupId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>poi</artifactId>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>poi-ooxml</artifactId>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>poi-ooxml-schemas</artifactId>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
- <!-- apm 工具包 -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.persagy</groupId>
|
|
|
- <artifactId>apm-common</artifactId>
|
|
|
- <version>v1.3.0-SNAPSHOT</version><!--$NO-MVN-MAN-VER$-->
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>com.persagy</groupId>
|
|
|
- <artifactId>integrated-redis-spring-boot-starter</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
- <!-- lang -->
|
|
|
- <dependency>
|
|
|
- <groupId>commons-lang</groupId>
|
|
|
- <artifactId>commons-lang</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!-- gson json,java对象互转 -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.google.code.gson</groupId>
|
|
|
- <artifactId>gson</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.persagy</groupId>
|
|
|
- <artifactId>starter-cloud</artifactId>
|
|
|
- <version>1.0.8</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
- <artifactId>mybatis-plus-extension</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.persagy</groupId>
|
|
|
- <artifactId>starter-log</artifactId>
|
|
|
- <version>1.0.8</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!-- swagger -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.persagy</groupId>
|
|
|
- <artifactId>integrated-swagger2-spring-boot-starter</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!-- 数学逻辑运算解析库-->
|
|
|
- <dependency>
|
|
|
- <groupId>com.googlecode.aviator</groupId>
|
|
|
- <artifactId>aviator</artifactId>
|
|
|
- <version>5.2.5</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.persagy</groupId>
|
|
|
- <artifactId>apm-mybatis</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.persagy.apm</groupId>
|
|
|
- <artifactId>alarm-data-starter</artifactId>
|
|
|
- <version>v4.0.0-SNAPSHOT</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-core</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.mybatis</groupId>
|
|
|
- <artifactId>mybatis</artifactId>
|
|
|
- <version>3.5.6</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.thoughtworks.xstream</groupId>
|
|
|
- <artifactId>xstream</artifactId>
|
|
|
- <version>1.4.18</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- <artifactId>poi</artifactId>
|
|
|
- <version>4.1.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- <artifactId>poi-ooxml</artifactId>
|
|
|
- <version>4.1.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.skywalking</groupId>
|
|
|
- <artifactId>apm-toolkit-logback-1.x</artifactId>
|
|
|
- <version>8.3.0</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.persagy</groupId>
|
|
|
+ <artifactId>apm-mybatis</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.persagy</groupId>
|
|
|
+ <artifactId>apm-common</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.persagy</groupId>
|
|
|
+ <artifactId>apm-server</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.persagy</groupId>
|
|
|
+ <artifactId>apm-common</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <!-- gson json,java对象互转 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.google.code.gson</groupId>
|
|
|
+ <artifactId>gson</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <!-- 数学逻辑运算解析库-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.googlecode.aviator</groupId>
|
|
|
+ <artifactId>aviator</artifactId>
|
|
|
+ <version>5.2.5</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.persagy.apm</groupId>
|
|
|
+ <artifactId>alarm-data-starter</artifactId>
|
|
|
+ <version>v4.0.0-SNAPSHOT</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.persagy</groupId>
|
|
|
+ <artifactId>apm-common</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
</project>
|