Skip to content

Commit

Permalink
Remove unauthorised artifactory access (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: Ronan Browne <[email protected]>
  • Loading branch information
seanbrereton and ronanbrowne authored Jul 29, 2023
1 parent f38f6cb commit 648119d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,6 @@ subprojects {
includeGroup 'antlr'
}
}

// NOTE: this needs to be removed once Micrometer contains OSGi metadata
// https://github.com/micrometer-metrics/micrometer/pull/3457
exclusiveContent {
forRepository {
maven {
url "$artifactoryContextUrl/corda-dependencies-dev"
}
}
filter {
includeGroup 'io.micrometer'
}
}
}
}
}
Expand Down

0 comments on commit 648119d

Please sign in to comment.