mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Fix(commercial-paper): Fixed failed dependency
Signed-off-by: lyd <luoyaodong98@gmail.com>
This commit is contained in:
parent
00a900d4d5
commit
338b3f8fca
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.hyperledger.fabric-gateway-java</groupId>
|
||||
<groupId>org.hyperledger</groupId>
|
||||
<artifactId>fabric-gateway-java</artifactId>
|
||||
<version>1.4.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
|
|
|||
Loading…
Reference in a new issue