Jelajahi Sumber

安全漏洞:xstream升级到1.4.18

lijie 3 tahun lalu
induk
melakukan
b10e81c025
1 mengubah file dengan 10 tambahan dan 4 penghapusan
  1. 10 4
      pom.xml

+ 10 - 4
pom.xml

@@ -54,12 +54,18 @@
 		<dependency>
 			<groupId>com.persagy</groupId>
 			<artifactId>integrated-config-client</artifactId>
-			<!-- <exclusions>
+			<exclusions>
 				<exclusion>
-					<artifactId>objenesis</artifactId>
-					<groupId>org.objenesis</groupId>
+					<artifactId>xstream</artifactId>
+					<groupId>com.thoughtworks.xstream</groupId>
 				</exclusion>
-			</exclusions> -->
+			</exclusions>
+		</dependency>
+		<!-- 阿里云扫描漏洞要求版本需>=1.4.18 -->
+		<dependency>
+			<groupId>com.thoughtworks.xstream</groupId>
+			<artifactId>xstream</artifactId>
+			<version>1.4.18</version>
 		</dependency>
         <dependency>
             <groupId>com.persagy</groupId>