mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-24 02:25:09 +00:00
Wrong groupId on hyperledger fabric dependencies for java-application
Signed-off-by: zakariahere <zakariabouazza@fastmail.com> Signed-off-by: Ry Jones <ry@linux.com>
This commit is contained in:
parent
1f283fc698
commit
55220d35ad
1 changed files with 2 additions and 2 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>
|
||||
|
|
@ -96,4 +96,4 @@
|
|||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue