增加nacos - rule

This commit is contained in:
mll 2022-09-15 20:55:09 +08:00
parent baaddb013e
commit f164e7954b
1 changed files with 11 additions and 0 deletions

View File

@ -24,6 +24,17 @@
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>1.2.1</version>
<!-- 版本冲突 , 排除低版本就近引入liteflow-core内部版本-->
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>