Skip to content

Commit

Permalink
fix miss nacos api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
karsonto committed Aug 9, 2024
1 parent b45f680 commit fe566f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dependencies/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,12 @@
<artifactId>nacos-client</artifactId>
<version>${nacos-client.version}</version>
</dependency>

<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-api</artifactId>
<version>${nacos-client.version}</version>
</dependency>

<dependency>
<groupId>io.github.resilience4j</groupId>
Expand Down
4 changes: 4 additions & 0 deletions service-registry/registry-nacos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>foundation-common</artifactId>
Expand Down

0 comments on commit fe566f8

Please sign in to comment.