ENT-6286: Switch to official version of Artemis library

Version number is the same as ours - `2.19.1`, removing `includeGroup 'org.apache.activemq'` from Corda Dependencies repository, will make it fall back to Maven Central where the official version is available.
This commit is contained in:
Viktor Kolomeyko 2022-02-21 10:00:16 +00:00
parent 20d2e2b3eb
commit cfbfa23ec3

View File

@ -405,7 +405,6 @@ allprojects {
includeGroup 'org.crashub'
includeGroup 'com.github.bft-smart'
includeGroup 'com.github.detro'
includeGroup 'org.apache.activemq'
}
}
maven {