mirror of
https://github.com/corda/corda.git
synced 2025-01-20 03:36:29 +00:00
CORDA-312: Shell: point at our own fork of CRaSH.
This commit is contained in:
parent
3e1b4aaef4
commit
527e571bc3
@ -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()
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user