Skip to content

Commit 62ec352

Browse files
stotysteveloughran
authored andcommitted
HADOOP-18991 Remove commons-beanutils dependency from Hadoop 3 (#7524)
Contributed by Istvan Toth. Reviewed-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
1 parent 43322a9 commit 62ec352

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

hadoop-common-project/hadoop-common/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -207,17 +207,6 @@
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>

hadoop-project/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
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>
@@ -1285,11 +1284,6 @@
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>
@@ -1675,10 +1669,6 @@
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>

0 commit comments

Comments
 (0)