mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Merge pull request #7151 from corda/adel/ENT-6748-11Apr
ENT-6748: Make sure correct artemis is picked up
This commit is contained in:
commit
3f2168b562
@ -380,6 +380,12 @@ allprojects {
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
// Prevents cache giving use the wrong artemis
|
||||
mavenCentral {
|
||||
content {
|
||||
includeGroup 'org.apache.activemq'
|
||||
}
|
||||
}
|
||||
// Use system environment to activate caching with Artifactory,
|
||||
// because it is actually easier to pass that during parallel build.
|
||||
// NOTE: it has to be a name of a virtual repository with all
|
||||
|
Loading…
Reference in New Issue
Block a user