Selaa lähdekoodia

修复阿里云bug

lixing 3 vuotta sitten
vanhempi
commit
c9491d8952
1 muutettua tiedostoa jossa 34 lisäystä ja 0 poistoa
  1. 34 0
      pom.xml

+ 34 - 0
pom.xml

@@ -45,6 +45,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>
@@ -72,6 +82,12 @@
 		<dependency>
 			<groupId>com.persagy</groupId>
 			<artifactId>integrated-config-client</artifactId>
+			<exclusions>
+				<exclusion>
+					<artifactId>xstream</artifactId>
+					<groupId>com.thoughtworks.xstream</groupId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 
 		<!-- 日志 -->
@@ -108,5 +124,23 @@
 			<artifactId>alarm-data-starter</artifactId>
 			<version>v2.0.0-SNAPSHOT</version>
 		</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>
 	</dependencies>
 </project>