Skip to content

Commit

Permalink
Fixed heath check error with Nacos by standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
paderlol committed Jan 16, 2020
1 parent c14ee9c commit 26f2cba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>nacos-naming</artifactId>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-istio</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ public void easyRemoveService(String namespaceId, String serviceName) throws Exc

public void addOrReplaceService(Service service) throws NacosException {
consistencyService.put(KeyBuilder.buildServiceMetaKey(service.getNamespaceId(), service.getName()), service);

}

public void createEmptyService(String namespaceId, String serviceName, boolean local) throws NacosException {
Expand Down

0 comments on commit 26f2cba

Please sign in to comment.