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

lujiajing pushed a commit to branch banyandb-integration-stream
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 634109084b6464bd232afc5e3476b1ce3c5c332c
Author: Megrez Lu <[email protected]>
AuthorDate: Thu Dec 9 18:45:19 2021 +0800

    add banyandb plugin to pom
---
 oap-server/server-starter/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/oap-server/server-starter/pom.xml 
b/oap-server/server-starter/pom.xml
index 9b2a6a7442..acf3a75b8f 100644
--- a/oap-server/server-starter/pom.xml
+++ b/oap-server/server-starter/pom.xml
@@ -187,6 +187,12 @@
             <artifactId>storage-tidb-plugin</artifactId>
             <version>${project.version}</version>
         </dependency>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.skywalking</groupId>
+            <artifactId>storage-banyandb-plugin</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <!-- storage module -->
 
         <!-- queryBuild module -->

Reply via email to