Skip to content

Conversation

jbaiera
Copy link
Member

@jbaiera jbaiera commented Jun 10, 2021

Snapshot builds and CI is failing because a dependency cannot be reliably pulled from the repository it is in. The locations it is persisted in are either inaccessible or being sunset, and we luckily do not even use it, so this PR removes it from being considered by the build.

@cla-checker-service
Copy link

cla-checker-service bot commented Jun 10, 2021

💚 CLA has been signed

@jbaiera jbaiera changed the base branch from master to 6.8 June 10, 2021 18:34
@jbaiera
Copy link
Member Author

jbaiera commented Jun 10, 2021

Opened against master in error

@jbaiera jbaiera requested a review from mark-vieira June 10, 2021 18:52
project.repositories.maven { url "https://conjars.org/repo" }
project.repositories.maven { url "https://clojars.org/repo" }
project.repositories.maven { url 'https://repo.spring.io/plugins-release' }
project.repositories.maven { url 'https://repo.spring.io/plugins-release-local' }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this required in addition to dropping the dependency?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've reverted this. It doesn't seem like we actually make use of this repository at all, especially since as it is it requires authorization to access. I'll put out a follow up to clean it out.

@jbaiera jbaiera merged commit 4ba3fc6 into elastic:6.8 Jun 15, 2021
@jbaiera jbaiera deleted the remove-problem-dependency branch June 15, 2021 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants