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

@ -37,7 +37,6 @@ buildscript {
ext.rxjava_version = '1.2.4'
ext.requery_version = '1.2.1'
ext.dokka_version = '0.9.13'
ext.crash_version = '1.3.2'
repositories {
mavenLocal()

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"