mcohen01 / amazonica

A comprehensive Clojure client for the entire Amazon AWS api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

namespace 'amazonica.core' not found

galeck56 opened this issue · comments

Hi,
Added [amazonica "0.3.152"] to my lein project.
trying to use this lib raised this error: namespace 'amazonica.core' not found.

When i inspected this ns and tried to load it into REPL, i got this error:
Syntax error (NoClassDefFoundError) compiling def at (core.clj:221:1).
Could not initialize class com.amazonaws.ClientConfiguration

Happened to anyone here? might be conflicts with other libs?
Thanks.