You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/07 11:55:39 UTC

[GitHub] [incubator-seatunnel] ashulin commented on a diff in pull request #2665: [Improve][build] Improved scope of maven-shade-plugin

ashulin commented on code in PR #2665:
URL: https://github.com/apache/incubator-seatunnel/pull/2665#discussion_r964749808


##########
seatunnel-connectors-v2/connector-dingtalk/pom.xml:
##########
@@ -41,6 +41,12 @@
       <groupId>com.aliyun</groupId>
       <artifactId>alibaba-dingtalk-service-sdk</artifactId>
       <version>${dingtalk.service.version}</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+      </exclusions>

Review Comment:
   Excluded due to an error resolving JMX/JMS dependencies at build phase.



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org