xapix-io / paos

Clojure SOAP client
Eclipse Public License 1.0
93 stars 12 forks source link

Error to download (java 11.0.7) #20

Closed rafacustodio closed 4 years ago

rafacustodio commented 4 years ago

I'm having trouble when I try to install the library, below my deps and the problem I've been having.

deps:

{:aliases {:deps {:extra-deps {org.clojure/tools.deps.alpha {:mvn/version "0.8.599"}}}
           :depstar {:extra-deps {seancorfield/depstar {:mvn/version "0.3.4"}}}
           :test {:extra-paths ["test"]}}
 :deps {com.novemberain/langohr {:mvn/version "5.1.0"}
        commons-codec/commons-codec {:mvn/version "1.13"}
        commons-validator/commons-validator {:mvn/version "1.6"}
        cheshire/cheshire {:mvn/version "5.9.0"}
        clj-http/clj-http {:mvn/version "3.10.0"}
        clj-time/clj-time {:mvn/version "0.15.2"}
        io.xapix/paos {:mvn/version "0.2.4"}
        org.clojure/clojure {:mvn/version "1.10.1"}
        org.clojure/data.generators {:mvn/version "0.1.2"}
        org.clojure/tools.logging {:mvn/version "0.5.0"}}
 :mvn/repos {"enonic" {:url "https://repo.enonic.com/public/"}
             "central" {:url "https://repo1.maven.org/maven2/"}
             "clojars" {:url "https://clojars.org/repo"}}
 :paths ["resources" "src/main/clojure"]}

error:

clj -A:depstar -m hf.depstar.uberjar target/"clj-zzk"-"0.0.1".jar
Downloading: net/sf/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar from enonic
Downloading: org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar from central
Downloading: inflections/inflections/0.13.0/inflections-0.13.0.jar from clojars
Error building classpath. Could not transfer artifact org.clojure:google-closure-library:jar:0.0-20130212-95c19e7f0f5f from/to central (https://repo1.maven.org/maven2/): Range Not Satisfiable (416)
Makefile:17: recipe for target 'uberjar' failed
make[1]: *** [uberjar] Error 1
make[1]: Leaving directory '/home/rafael/Projects/zzk/clj-zzk'
Makefile:10: recipe for target 'install' failed
make: *** [install] Error 2
rafacustodio commented 4 years ago

Sorry, I was able to fix it by deleting the maven cache folder.