ruanwenjun opened a new pull request #1406:
URL: https://github.com/apache/incubator-seatunnel/pull/1406


   ## Purpose of this pull request
   
   I find all the ci of the latest PR is failed, due to the license check 
failed.
   
   This is due to the version of `commons-codec:commons-codec` in 
`THIRD-PARTUY.txt` is 1.10
   ```
   (Apache License, Version 2.0) (The Apache Software License, Version 2.0) 
Apache Commons Codec (commons-codec:commons-codec:1.10 - 
http://commons.apache.org/proper/commons-codec/)
   ```
   
   and the version in seatunnel-dist/release-docs/LICENSE is 1.11
   ```
   (Apache License, Version 2.0) Apache Commons Codec 
(commons-codec:commons-codec:1.11 - 
https://commons.apache.org/proper/commons-codec)
   ```
   
   This PR is just wanted to make the ci passed.
   
   ## Check list
   
   * [ ] Code changed are covered with tests, or it does not need tests for 
reason:
   * [ ] If any new Jar binary package adding in you PR, please add License 
Notice according
     [New License 
Guide](https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/developement/NewLicenseGuide.md)
   * [ ] If necessary, please update the documentation to describe the new 
feature. https://github.com/apache/incubator-seatunnel/tree/dev/docs
   


-- 
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]


Reply via email to