Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 48c4c86

Browse files
committed
[fix][*][*]: exclude bid deps from ack sdk
1 parent a34cc2b commit 48c4c86

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ps-pluginmanager/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
<dependency>
3030
<groupId>com.alipay.antchain.bridge</groupId>
3131
<artifactId>antchain-bridge-commons</artifactId>
32+
<exclusions>
33+
<exclusion>
34+
<groupId>cn.bitfactory</groupId>
35+
<artifactId>bid-sdk</artifactId>
36+
</exclusion>
37+
<exclusion>
38+
<groupId>cn.bitfactory</groupId>
39+
<artifactId>bif-chain-sdk</artifactId>
40+
</exclusion>
41+
</exclusions>
3242
</dependency>
3343
<dependency>
3444
<groupId>com.alipay.antchain.bridge</groupId>

0 commit comments

Comments
 (0)