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 ea61e9aa4b438badb12db54b9ac8e20b63f5e340 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 | 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 -->
