You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2018/01/19 12:41:13 UTC

[3/3] flink git commit: [FLINK-8156] [build] Bump commons-beanutils version to 1.9.3

[FLINK-8156] [build] Bump commons-beanutils version to 1.9.3

This closes #5113


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/25f7aee1
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/25f7aee1
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/25f7aee1

Branch: refs/heads/master
Commit: 25f7aee13f022ee349cc96f7ac3b32760fa5017f
Parents: 1484080
Author: yew1eb <ye...@gmail.com>
Authored: Sun Dec 3 18:49:22 2017 +0800
Committer: Stephan Ewen <se...@apache.org>
Committed: Fri Jan 19 13:40:00 2018 +0100

----------------------------------------------------------------------
 flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml | 3 ++-
 pom.xml                                          | 7 -------
 2 files changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/25f7aee1/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml
----------------------------------------------------------------------
diff --git a/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml b/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml
index efcbe07..f842c1c 100644
--- a/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml
+++ b/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml
@@ -171,7 +171,8 @@ under the License.
 		commons-collections dependency-->
 		<dependency>
 			<groupId>commons-beanutils</groupId>
-			<artifactId>commons-beanutils-bean-collections</artifactId>
+			<artifactId>commons-beanutils</artifactId>
+			<version>1.9.3</version>
 		</dependency>
 
 		<dependency>

http://git-wip-us.apache.org/repos/asf/flink/blob/25f7aee1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 79e8b30..317b36a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,13 +372,6 @@ under the License.
 				<version>3.2.2</version>
 			</dependency>
 
-			<!-- common-beanutils-bean-collections is used by flink-shaded-hadoop2 -->
-			<dependency>
-				<groupId>commons-beanutils</groupId>
-				<artifactId>commons-beanutils-bean-collections</artifactId>
-				<version>1.8.3</version>
-			</dependency>
-
 			<!--We have to bump the commons-configuration to version 1.7 because Hadoop uses per
 			default 1.6. This version has the problem that it depends on commons-beanutils-core and
 			commons-digester. Commons-digester depends on commons-beanutils. Both dependencies are