Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Almond from Maven Central? #1050

Open
ScalaWilliam opened this issue Feb 10, 2023 · 2 comments
Open

Almond from Maven Central? #1050

ScalaWilliam opened this issue Feb 10, 2023 · 2 comments

Comments

@ScalaWilliam
Copy link

Hi, I noticed that the Almond set up via Coursier relies on Jitpack. Is there an option to load it purely from Maven Central? Asking because I'd like to run Almond where the only access available is via an Artifactory instance that points to Maven Central and not Jitpack. Also tried to fetch the Almond Docker container but it has various CVEs from Undertow and Conda, so was not able to get it working either.

@sbrunk
Copy link
Member

sbrunk commented Feb 11, 2023

Almond itself is available on maven central, so I suspect it might be the jvm-repr dependency that causes it to rely on Jitpack.

// TODO: remove jitpack once jvm-repr is published to central
val allExtraRepos = extraRepos ++ Seq(coursier.Repositories.jitpack.root)

If that's really the cause (@alexarchambault surely knows), perhaps you could you try to put jvm-repr into your Artifactory instance?

@ScalaWilliam
Copy link
Author

Thanks for this @sbrunk! I'm afraid it's only possible to pull into the Artifactory from Maven Central.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants