|
@@ -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>
|