This is an automated email from the ASF dual-hosted git repository.

zhonghongsheng pushed a commit to branch 5.3.1-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 677f4b21f470cffc98b887db09358f6bae94047d
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Thu Jan 5 23:21:53 2023 +0800

    Exclude j2objc-annotations
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 60d8059b051..87700052567 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,6 +433,12 @@
                 <groupId>com.google.protobuf</groupId>
                 <artifactId>protobuf-java-util</artifactId>
                 <version>${protobuf-java.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId> com.google.j2objc</groupId>
+                        <artifactId>j2objc-annotations</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             
             <dependency>

Reply via email to