build: 添加 nacos-client 依赖
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
- 在 pom.xml 文件中添加了 nacos-client 依赖 - 组ID:com.alibaba.nacos - 软件包ID:nacos-client - 版本:1.4.1
This commit is contained in:
parent
4d72d4ee0e
commit
d2ae17a538
5
pom.xml
5
pom.xml
|
@ -56,6 +56,11 @@
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.alibaba.nacos</groupId>
|
||||||
|
<artifactId>nacos-client</artifactId>
|
||||||
|
<version>1.4.1</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue