File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 7474 <groupId >commons-beanutils</groupId >
7575 <artifactId >commons-beanutils</artifactId >
7676 <version >1.9.2</version >
77+ <exclusions >
78+ <exclusion >
79+ <artifactId >commons-collections</artifactId >
80+ <groupId >commons-collections</groupId >
81+ </exclusion >
82+ </exclusions >
7783 </dependency >
84+
85+ <!-- <dependency>-->
86+ <!-- <groupId>org.apache.commons</groupId>-->
87+ <!-- <artifactId>commons-beanutils2</artifactId>-->
88+ <!-- <version>2.0.0</version>-->
89+ <!-- </dependency>-->
90+
91+
92+
7893 <!-- https://mvnrepository.com/artifact/org.bytedeco/ffmpeg -->
7994 <dependency >
8095 <groupId >org.bytedeco</groupId >
8398 </dependency >
8499
85100 <!-- 添加commons-collections依赖作为 payload-->
86- <!-- <!– <dependency>–> -- >
87- <!-- <groupId>org.apache.commons</groupId> -- >
88- <!-- <artifactId>commons-collections4</artifactId> -- >
89- <!-- <version>4.0</version> -- >
90- <!-- </dependency> -- >
101+ <dependency >
102+ <groupId >org.apache.commons</groupId >
103+ <artifactId >commons-collections4</artifactId >
104+ <version >4.0</version >
105+ </dependency >
91106 <dependency >
92107 <groupId >org.javassist</groupId >
93108 <artifactId >javassist</artifactId >
You can’t perform that action at this time.
0 commit comments