hailin0 commented on PR #3025:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3025#issuecomment-1273151958

   Improve maven package:
   
   **starter[spark、flink]**
   change before:
   starter shade jar include: slf4j、 log4j1.x
   <img width="680" alt="企业微信截图_bf7a05da-21c3-4fb6-996c-8cd9bb29a144" 
src="https://user-images.githubusercontent.com/14371345/194851222-c096e3c1-e068-4da8-a672-ec8f1a973db5.png";>
   
   
   change after:
   starter shade jar exclude: slf4j、 log4j1.x,   include:jcl-over-slf4j
   <img width="680" alt="企业微信截图_f5f9b718-7404-49f1-a47c-d35d2e68c970" 
src="https://user-images.githubusercontent.com/14371345/194851275-d43852ba-e465-46f8-aff9-c37e097e9fa4.png";>
   
   
   **connector:example seatunnel-connector-flink-clickhouse**
   change before:
   connector shade jar include: commons-logging, or other loggings
   <img width="701" alt="企业微信截图_574e6a49-c39a-45f7-a744-cb1fc068e6eb" 
src="https://user-images.githubusercontent.com/14371345/194853184-b76a02b9-d711-4fb9-8307-e028a6aba2ef.png";>
   
   change after:
   connector shade jar exclude all logging packages
   <img width="666" alt="企业微信截图_1d2163d6-351f-480f-a02e-73660793dbc8" 
src="https://user-images.githubusercontent.com/14371345/194853232-95956f58-1683-4991-83e3-207aed7cd6b6.png";>
   


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