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

sunnianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a410d19233 Add audience-annotations dependencies (#28913)
6a410d19233 is described below

commit 6a410d19233474b8b0bcd3c30c002210acdf7e44
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Nov 1 23:01:50 2023 +0800

    Add audience-annotations dependencies (#28913)
    
    * Remove useless <groupId>org.apache.maven.plugins</groupId> declaration
    
    * Fix sonar issues on SingleMetaDataReviseEntryTest
    
    * Add audience-annotations dependencies
---
 pom.xml | 31 +++++++++++++++++++------------
 1 file changed, 19 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2c504d3174e..81747fe0873 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,8 +100,9 @@
         <netty.version>4.1.99.Final</netty.version>
         <bouncycastle.version>1.70</bouncycastle.version>
         
-        <zookeeper.version>3.9.0</zookeeper.version>
         <curator.version>5.5.0</curator.version>
+        <zookeeper.version>3.9.0</zookeeper.version>
+        <audience-annotations.version>0.12.0</audience-annotations.version>
         <jetcd.version>0.7.6</jetcd.version>
         <consul.api.version>1.4.1</consul.api.version>
         
@@ -344,17 +345,6 @@
                 <version>${bouncycastle.version}</version>
             </dependency>
             
-            <dependency>
-                <groupId>org.apache.zookeeper</groupId>
-                <artifactId>zookeeper</artifactId>
-                <version>${zookeeper.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>ch.qos.logback</groupId>
-                        <artifactId>logback-core</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
             <dependency>
                 <groupId>org.apache.curator</groupId>
                 <artifactId>curator-framework</artifactId>
@@ -370,6 +360,23 @@
                 <artifactId>curator-recipes</artifactId>
                 <version>${curator.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.zookeeper</groupId>
+                <artifactId>zookeeper</artifactId>
+                <version>${zookeeper.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>ch.qos.logback</groupId>
+                        <artifactId>logback-core</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.yetus</groupId>
+                <artifactId>audience-annotations</artifactId>
+                <version>${audience-annotations.version}</version>
+            </dependency>
+            
             <dependency>
                 <groupId>io.grpc</groupId>
                 <artifactId>grpc-bom</artifactId>

Reply via email to