Skip to content

Commit

Permalink
update namesrv registry name
Browse files Browse the repository at this point in the history
Signed-off-by: qqeasonchen <qqeasonchen@gmail.com>
  • Loading branch information
qqeasonchen committed Oct 3, 2021
1 parent 6b7280a commit bdf226a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ subprojects {
"acl": "eventmesh-security-acl",
],
"registry" : [
"namesrv": "eventmesh-registry-rocketmq-namesrv",
"namesrv": "eventmesh-registry-namesrv",
]
]

Expand Down
4 changes: 2 additions & 2 deletions eventmesh-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ dependencies {
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-rocketmq-namesrv")
implementation project(":eventmesh-registry-plugin:eventmesh-registry-namesrv")

testImplementation project(":eventmesh-connector-plugin:eventmesh-connector-api")
testImplementation project(":eventmesh-connector-plugin:eventmesh-connector-standalone")
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-rocketmq-namesrv")
testImplementation project(":eventmesh-registry-plugin:eventmesh-registry-namesrv")
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include 'eventmesh-connector-plugin:eventmesh-connector-standalone'
include 'eventmesh-security-plugin:eventmesh-security-api'
include 'eventmesh-security-plugin:eventmesh-security-acl'
include 'eventmesh-registry-plugin:eventmesh-registry-api'
include 'eventmesh-registry-plugin:eventmesh-registry-rocketmq-namesrv'
include 'eventmesh-registry-plugin:eventmesh-registry-namesrv'
include 'eventmesh-admin'
include 'eventmesh-schema-registry'
include 'eventmesh-schema-registry:eventmesh-schema-registry-server'
Expand Down

0 comments on commit bdf226a

Please sign in to comment.