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

Tried to use insecure HTTP repository without TLS #33

Open
misterzirillo opened this issue Nov 17, 2017 · 2 comments
Open

Tried to use insecure HTTP repository without TLS #33

misterzirillo opened this issue Nov 17, 2017 · 2 comments

Comments

@misterzirillo
Copy link

I'm getting this message when adding clj-firmata 2.1.1 to my project dependencies. I'd rather not use the insecure workaround. Any idea what is causing it?

@peterschwarz
Copy link
Owner

Looks like the serial dependency needs to be updated. It is a deeper dependency issue which only recently moved to the core maven repo.

@joefromct
Copy link

joefromct commented May 5, 2021

You might be able to get away with something like this; worked for me so far:

  :dependencies [[org.clojure/clojure "1.10.1"]
                 ;; Get newer stuff: 
                 [clj-serial "2.0.5"]
                 [org.clojure/core.async "1.3.618"]
                 ;; exclude the old stuff: 
                 [clj-firmata "2.1.1" :exclusions [clj-serial
                                                   org.clojure/core.async]]]

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

3 participants