[ https://issues.apache.org/jira/browse/FLINK-7765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16244704#comment-16244704 ]
ASF GitHub Bot commented on FLINK-7765: --------------------------------------- Github user pnowojski commented on a diff in the pull request: https://github.com/apache/flink/pull/4777#discussion_r149792478 --- Diff: pom.xml --- @@ -289,6 +289,48 @@ under the License. <version>1.8.2</version> </dependency> + <!-- For dependency convergence --> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-core</artifactId> + <version>${hamcrest.version}</version> + </dependency> + + <!-- For dependency convergence --> + <dependency> + <groupId>org.objenesis</groupId> + <artifactId>objenesis</artifactId> + <version>2.2</version> --- End diff -- Make sense. Downgraded to 2.1. > Enable dependency convergence > ----------------------------- > > Key: FLINK-7765 > URL: https://issues.apache.org/jira/browse/FLINK-7765 > Project: Flink > Issue Type: Improvement > Components: Build System > Reporter: Piotr Nowojski > Assignee: Piotr Nowojski > > For motivation check https://issues.apache.org/jira/browse/FLINK-7739 > SubTasks of this task depends on one another - to enable convergence in > `flink-runtime` it has to be enabled for `flink-shaded-hadoop` first. -- This message was sent by Atlassian JIRA (v6.4.14#64029)