CORDA-540: Upgrade version of "org.apache.qpid:proton-j" used and minor project files changes

This commit is contained in:
Viktor Kolomeyko 2017-09-05 13:35:48 +01:00 committed by Viktor Kolomeyko
parent cd912f8add
commit a01f390515
2 changed files with 4 additions and 1 deletions

3
.idea/compiler.xml generated
View File

@ -61,6 +61,9 @@
<module name="node-api_test" target="1.8" />
<module name="node-capsule_main" target="1.6" />
<module name="node-capsule_test" target="1.6" />
<module name="node-driver_integrationTest" target="1.8" />
<module name="node-driver_main" target="1.8" />
<module name="node-driver_test" target="1.8" />
<module name="node-schemas_main" target="1.8" />
<module name="node-schemas_test" target="1.8" />
<module name="node_integrationTest" target="1.8" />

View File

@ -32,7 +32,7 @@ dependencies {
compile "de.javakaffee:kryo-serializers:0.41"
// For AMQP serialisation.
compile "org.apache.qpid:proton-j:0.19.0"
compile "org.apache.qpid:proton-j:0.21.0"
// Unit testing helpers.
testCompile "junit:junit:$junit_version"