File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed
hadoop-common-project/hadoop-common Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 207207 <artifactId >assertj-core</artifactId >
208208 <scope >test</scope >
209209 </dependency >
210- <dependency >
211- <groupId >commons-beanutils</groupId >
212- <artifactId >commons-beanutils</artifactId >
213- <scope >compile</scope >
214- <exclusions >
215- <exclusion >
216- <groupId >commons-collections</groupId >
217- <artifactId >commons-collections</artifactId >
218- </exclusion >
219- </exclusions >
220- </dependency >
221210 <dependency >
222211 <groupId >org.apache.commons</groupId >
223212 <artifactId >commons-configuration2</artifactId >
Original file line number Diff line number Diff line change 118118 <ldap-api .version>2.0.0</ldap-api .version>
119119
120120 <!-- Apache Commons dependencies -->
121- <commons-beanutils .version>1.9.4</commons-beanutils .version>
122121 <commons-cli .version>1.9.0</commons-cli .version>
123122 <commons-codec .version>1.15</commons-codec .version>
124123 <commons-collections4 .version>4.4</commons-collections4 .version>
12851284 <artifactId >commons-collections4</artifactId >
12861285 <version >${commons-collections4.version} </version >
12871286 </dependency >
1288- <dependency >
1289- <groupId >commons-beanutils</groupId >
1290- <artifactId >commons-beanutils</artifactId >
1291- <version >${commons-beanutils.version} </version >
1292- </dependency >
12931287 <dependency >
12941288 <groupId >org.apache.commons</groupId >
12951289 <artifactId >commons-configuration2</artifactId >
16751669 <groupId >org.apache.httpcomponents</groupId >
16761670 <artifactId >httpclient</artifactId >
16771671 </exclusion >
1678- <exclusion >
1679- <groupId >commons-beanutils</groupId >
1680- <artifactId >commons-beanutils</artifactId >
1681- </exclusion >
16821672 <exclusion >
16831673 <groupId >org.apache.commons</groupId >
16841674 <artifactId >commons-lang3</artifactId >
You can’t perform that action at this time.
0 commit comments