Skip to content

Commit affb9c1

Browse files
author
fishtailfu
committed
fix: fix dependency conflict
1 parent cd838a5 commit affb9c1

File tree

1 file changed

+10
-0
lines changed
  • polaris-plugins/polaris-plugins-connector/connector-nacos

1 file changed

+10
-0
lines changed

polaris-plugins/polaris-plugins-connector/connector-nacos/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@
2727
<groupId>com.alibaba.nacos</groupId>
2828
<artifactId>nacos-client</artifactId>
2929
<version>${nacos.version}</version>
30+
<exclusions>
31+
<exclusion>
32+
<groupId>com.fasterxml.jackson.core</groupId>
33+
<artifactId>jackson-core</artifactId>
34+
</exclusion>
35+
<exclusion>
36+
<groupId>org.yaml</groupId>
37+
<artifactId>snakeyaml</artifactId>
38+
</exclusion>
39+
</exclusions>
3040
</dependency>
3141
<dependency>
3242
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)