asdf2014 removed a comment on pull request #1406: URL: https://github.com/apache/incubator-seatunnel/pull/1406#issuecomment-1059958363
<img width="1016" alt="" src="https://user-images.githubusercontent.com/8108788/156923877-458a4caa-3a37-433c-9948-6f2d5349db9b.png"> As you can see from above image, the log was missing the `commons-pool:commons-pool:1.6`, it caused by the maven plugin with the `sortArtifactByName` option was enabled. And it has been solved by https://github.com/apache/incubator-seatunnel/pull/1387 . By the way, because this change cannot fix the root cause, so it won't add the `commons-pool:commons-pool:1.6` license back, which is not the right way I think. - this pr doesn't add it back:  - the https://github.com/apache/incubator-seatunnel/pull/1387 pr dose add it back:  Besides, I wouldn't recommend add too many map instances in script, since it is equal to add `licenseMerge` option of maven plugin, which is more ease to use. Anyway, thanks for your idea :smile: -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
