Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Fixed dependencies of tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clintonio committed Mar 17, 2017
1 parent 755e8ae commit dfd66b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies {
compile "net.corda:core:$corda_version"
compile "net.corda:finance:$corda_version"
compile "net.corda:node:$corda_version"
compile "net.corda:corda:$corda_version"
compile "net.corda:test-utils:$corda_version"
runtime "net.corda:corda:$corda_version"
runtime "net.corda:webserver:$corda_version"

// GraphStream: For visualisation (required by ExampleClientRPC app)
Expand Down

0 comments on commit dfd66b3

Please sign in to comment.