You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2022/04/30 12:56:40 UTC

[skywalking] 14/25: add banyandb plugin to pom

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 4953607542643c0fa73be293f359864e75744deb
Author: Megrez Lu <lu...@gmail.com>
AuthorDate: Thu Dec 9 18:45:19 2021 +0800

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

diff --git a/oap-server/server-starter/pom.xml b/oap-server/server-starter/pom.xml
index 38f12172fe..967a9439ba 100644
--- a/oap-server/server-starter/pom.xml
+++ b/oap-server/server-starter/pom.xml
@@ -197,6 +197,11 @@
             <artifactId>storage-iotdb-plugin</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.skywalking</groupId>
+            <artifactId>storage-banyandb-plugin</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <!-- storage module -->
 
         <!-- queryBuild module -->