mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Slim down bridge capsule jar
Add bridge smoke-test to :bridge:bridgecapsule to verify that all the dependencies are correctly packaged and present. Correct proton-j version Correct proton-j version
This commit is contained in:
@ -44,7 +44,7 @@ dependencies {
|
||||
compile "de.javakaffee:kryo-serializers:0.41"
|
||||
|
||||
// For AMQP serialisation.
|
||||
compile "org.apache.qpid:proton-j:0.27.1"
|
||||
compile "org.apache.qpid:proton-j:${protonj_version}"
|
||||
|
||||
// SQL connection pooling library
|
||||
compile "com.zaxxer:HikariCP:$hikari_version"
|
||||
|
Reference in New Issue
Block a user