You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2021/08/10 06:27:39 UTC

[GitHub] [incubator-eventmesh] lrhkobe commented on a change in pull request #489: [ISSUE #488]Support registry adaptor plugin

lrhkobe commented on a change in pull request #489:
URL: https://github.com/apache/incubator-eventmesh/pull/489#discussion_r685726035



##########
File path: eventmesh-runtime/build.gradle
##########
@@ -19,8 +19,13 @@ dependencies {
     implementation project(":eventmesh-connector-plugin:eventmesh-connector-api")
     implementation project(":eventmesh-security-plugin:eventmesh-security-api")
     implementation project(":eventmesh-security-plugin:eventmesh-security-acl")
+    implementation project(":eventmesh-registry-plugin:eventmesh-registry-api")
+    implementation project(":eventmesh-registry-plugin:eventmesh-registry-namesrv")
+
 
     testImplementation project(":eventmesh-connector-plugin:eventmesh-connector-api")
     testImplementation project(":eventmesh-security-plugin:eventmesh-security-api")
     testImplementation project(":eventmesh-security-plugin:eventmesh-security-acl")
+    testImplementation project(":eventmesh-registry-plugin:eventmesh-registry-api")
+    testImplementation project(":eventmesh-registry-plugin:eventmesh-registry-namesrv")

Review comment:
       OK, I will adjust it later.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org