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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8b98a3cbbe [type:fix] Fix typo in RELEASE-NOTES.md (#5002)
8b98a3cbbe is described below

commit 8b98a3cbbe22847416ac33fb1da37bf4b63decd1
Author: gongzhongqiang <[email protected]>
AuthorDate: Fri Aug 25 11:02:18 2023 +0800

    [type:fix] Fix typo in RELEASE-NOTES.md (#5002)
    
    Co-authored-by: gongzhongqiang <[email protected]>
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 97d098c647..120c55765f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -593,6 +593,12 @@
                 <artifactId>client-java-spring-integration</artifactId>
                 <version>${k8s-client.version}</version>
             </dependency>
+
+            <dependency>
+                <groupId>org.apache.kafka</groupId>
+                <artifactId>kafka-clients</artifactId>
+                <version>${kafka-clients.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Reply via email to