Skip to content

Conversation

bradlucas
Copy link

To work with clojure 1.10 I needed to bump the version of data.xml.

This resolves the issue #18

#18

@jvtrigueros
Copy link

I was able to get around this by excluding the library and including it myself:

,,,
:dependencies [[clj-tagsoup "0.3.0" :exclusions [org.clojure/data.xml]]
               [org.clojure/data.xml "0.0.8"]]
,,,

Ideally, it's best if this could be taken upstream but in a pinch, this'll work.

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

Successfully merging this pull request may close these issues.

2 participants