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

Custom muuntaja dependency missing #4

Open
bharendt opened this issue Apr 22, 2020 · 1 comment
Open

Custom muuntaja dependency missing #4

bharendt opened this issue Apr 22, 2020 · 1 comment

Comments

@bharendt
Copy link

When adding apex as a dependency to deps.edn

; deps.edn
apex/apex {:mvn/version "0.0.2"}

I get the following error:

Error building classpath. Could not find artifact com.github.juxt:muuntaja:jar:0.6.4-juxt-2 in central (https://repo1.maven.org/maven2/)

This dependency seems to be not available as Maven "package":
Screenshot 2020-04-22 at 12 57 00

I tried to include the custom apex version of that library and build the latest version using jitpack.io

; deps.edn
com.github.juxt/muuntaja {:mvn/version "0af289e"}
; ...
:mvn/repos
 {...
  "jitpack" {:url "https://jitpack.io"}}

but it still fails with the same error.

Any idea how I can access / build this version of the library?
Thanks.

@malcolmsparks
Copy link
Collaborator

I suggest excluding the juxt fork of muutaja (with exclusions). It's only a small fix for text/* that isn't necessary.

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