This is an automated email from the ASF dual-hosted git repository.
mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new b58b67d10 [ISSUE #3420]update eventmesh-examples module for using
storage api
new 5b3ad7a13 Merge pull request #3427 from mxsm/eventmesh-3420
b58b67d10 is described below
commit b58b67d10f47669249d0307dd35b9ae032c5ad46
Author: mxsm <[email protected]>
AuthorDate: Fri Mar 10 20:53:28 2023 +0800
[ISSUE #3420]update eventmesh-examples module for using storage api
---
eventmesh-examples/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eventmesh-examples/build.gradle b/eventmesh-examples/build.gradle
index 5afca4f39..ca6a902f6 100644
--- a/eventmesh-examples/build.gradle
+++ b/eventmesh-examples/build.gradle
@@ -24,7 +24,7 @@ configurations {
dependencies {
implementation project(":eventmesh-sdk-java")
implementation project(":eventmesh-common")
- implementation
project(":eventmesh-connector-plugin:eventmesh-connector-api")
+ implementation project(":eventmesh-storage:eventmesh-storage-api")
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'io.netty:netty-all'
implementation "io.cloudevents:cloudevents-core"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]