Skip to content

Commit

Permalink
[FLINK-8156] [build] Bump commons-beanutils version to 1.9.3
Browse files Browse the repository at this point in the history
This closes apache#5113
  • Loading branch information
yew1eb authored and StephanEwen committed Jan 19, 2018
1 parent 1484080 commit 25f7aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25f7aee

Please sign in to comment.