|
@@ -41,6 +41,16 @@
|
|
|
<dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
|
<artifactId>apm-server</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>mybatis</artifactId>
|
|
|
+ <groupId>org.mybatis</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<!-- apm 工具包 -->
|
|
|
<dependency>
|
|
@@ -68,6 +78,12 @@
|
|
|
<dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
|
<artifactId>integrated-config-client</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>xstream</artifactId>
|
|
|
+ <groupId>com.thoughtworks.xstream</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 日志 -->
|
|
@@ -103,6 +119,18 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
+ <groupId>com.thoughtworks.xstream</groupId>
|
|
|
+ <artifactId>xstream</artifactId>
|
|
|
+ <version>1.4.18</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.mybatis</groupId>
|
|
|
+ <artifactId>mybatis</artifactId>
|
|
|
+ <version>3.5.6</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
|
<artifactId>apm-mybatis</artifactId>
|
|
|
<exclusions>
|
|
@@ -112,6 +140,12 @@
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
+ <version>4.1.2</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|