Skip to content

Commit f022a8b

Browse files
committed
Unify commons-beanutils deps to latest 1.9.3
1 parent 38fc8e2 commit f022a8b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

dev/deps/spark-deps-hadoop-2.7

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ breeze-macros_2.12-0.13.2.jar
2626
breeze_2.12-0.13.2.jar
2727
chill-java-0.9.3.jar
2828
chill_2.12-0.9.3.jar
29-
commons-beanutils-1.7.0.jar
30-
commons-beanutils-core-1.8.0.jar
29+
commons-beanutils-1.9.3.jar
3130
commons-cli-1.2.jar
3231
commons-codec-1.10.jar
3332
commons-collections-3.2.2.jar

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,11 @@
468468
<artifactId>commons-collections</artifactId>
469469
<version>${commons.collections.version}</version>
470470
</dependency>
471+
<dependency>
472+
<groupId>commons-beanutils</groupId>
473+
<artifactId>commons-beanutils</artifactId>
474+
<version>1.9.3</version>
475+
</dependency>
471476
<dependency>
472477
<groupId>org.apache.ivy</groupId>
473478
<artifactId>ivy</artifactId>
@@ -910,6 +915,11 @@
910915
<groupId>org.jboss.netty</groupId>
911916
<artifactId>netty</artifactId>
912917
</exclusion>
918+
<exclusion>
919+
<!-- BeanUtils >= 1.9.0 no longer splits out -core; exclude it -->
920+
<groupId>commons-beanutils</groupId>
921+
<artifactId>commons-beanutils-core</artifactId>
922+
</exclusion>
913923
<exclusion>
914924
<groupId>commons-logging</groupId>
915925
<artifactId>commons-logging</artifactId>

0 commit comments

Comments
 (0)