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 74
74
<groupId >commons-beanutils</groupId >
75
75
<artifactId >commons-beanutils</artifactId >
76
76
<version >1.9.2</version >
77
+ <exclusions >
78
+ <exclusion >
79
+ <artifactId >commons-collections</artifactId >
80
+ <groupId >commons-collections</groupId >
81
+ </exclusion >
82
+ </exclusions >
77
83
</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
+
78
93
<!-- https://mvnrepository.com/artifact/org.bytedeco/ffmpeg -->
79
94
<dependency >
80
95
<groupId >org.bytedeco</groupId >
83
98
</dependency >
84
99
85
100
<!-- 添加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 >
91
106
<dependency >
92
107
<groupId >org.javassist</groupId >
93
108
<artifactId >javassist</artifactId >
You can’t perform that action at this time.
0 commit comments