lvyanquan commented on code in PR #25331: URL: https://github.com/apache/flink/pull/25331#discussion_r1778851640
########## flink-walkthroughs/flink-walkthrough-common/pom.xml: ########## @@ -43,4 +43,74 @@ under the License. <scope>provided</scope> </dependency> </dependencies> + + <build> Review Comment: Failed to run maven install in flink-walkthrough module because this error ``` Execution default of goal com.github.siom79.japicmp:japicmp-maven-plugin:0.17.1:cmp failed: Could not load 'org.apache.flink.streaming.api.functions.source.FromIteratorFunction': org.apache.flink.streaming.api.functions.source.FromIteratorFunction. Please make sure that all libraries have been added to the classpath ``` However, adding `org.apache.flink.streaming.api.functions.source.FromIteratorFunction` to exclude in japicmp-maven-plugin of parent pom did not have an effect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org