mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 07:55:10 +00:00
Wrong groupId on hyperledger fabric dependencies for java-application (#134)
Signed-off-by: zakariahere <zakariabouazza@fastmail.com> Signed-off-by: Ry Jones <ry@linux.com> Co-authored-by: Ry Jones <ry@linux.com>
This commit is contained in:
parent
92555fb4a4
commit
9397788fe1
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