StephanEwen commented on a change in pull request #11140: [FLINK-16172][build]
Add baseline set of allowed unused dependencies
URL: https://github.com/apache/flink/pull/11140#discussion_r381906573
##########
File path: pom.xml
##########
@@ -1676,6 +1676,44 @@ under the License.
<version>1.11.1</version>
</dependency>
</dependencies>
+ <configuration>
+
<ignoredUsedUndeclaredDependencies combine.children="append">
+ <!-- allow using
transitive Flink dependencies for brevity -->
+
<dependency>org.apache.flink:*</dependency>
Review comment:
fair enough
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services