CORDA-312: Shell: point at our own fork of CRaSH.

This commit is contained in:
Mike Hearn
2017-03-29 16:53:18 +02:00
parent 3e1b4aaef4
commit 527e571bc3
2 changed files with 1 additions and 2 deletions

View File

@ -141,7 +141,7 @@ dependencies {
compile "io.netty:netty-all:$netty_version"
// CRaSH: An embeddable monitoring and admin shell with support for adding new commands written in Groovy.
compile "org.crashub:crash.shell:$crash_version"
compile "com.github.corda:crash:A2"
// OkHTTP: Simple HTTP library.
compile "com.squareup.okhttp3:okhttp:$okhttp_version"