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 ce4ea3c75 [ISSUE #3419]update eventmesh-admin module for using storage
api
new ee9352ddd Merge pull request #3426 from mxsm/eventmesh-3419
ce4ea3c75 is described below
commit ce4ea3c752b43ba2b0594aca58ecbeea5de0236f
Author: mxsm <[email protected]>
AuthorDate: Fri Mar 10 20:38:11 2023 +0800
[ISSUE #3419]update eventmesh-admin module for using storage api
---
eventmesh-admin/eventmesh-admin-rocketmq/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eventmesh-admin/eventmesh-admin-rocketmq/build.gradle
b/eventmesh-admin/eventmesh-admin-rocketmq/build.gradle
index 4819d15ca..1ebd03000 100644
--- a/eventmesh-admin/eventmesh-admin-rocketmq/build.gradle
+++ b/eventmesh-admin/eventmesh-admin-rocketmq/build.gradle
@@ -24,10 +24,10 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-core"
implementation "com.fasterxml.jackson.core:jackson-annotations"
- implementation
project(":eventmesh-connector-plugin:eventmesh-connector-api")
+ implementation project(":eventmesh-storage:eventmesh-storage-api")
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
- testImplementation
project(":eventmesh-connector-plugin:eventmesh-connector-api")
+ testImplementation project(":eventmesh-storage:eventmesh-storage-api")
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]