Looks like poi-ooxml is a signed jar, so you can't include it in uberjar. 
Just add the :uberjar-exclusions[#"^org.apache.poi"] in your project.clj 
and add the required poi jar files to the classpath when running the app

On Sunday, December 11, 2016 at 9:15:47 AM UTC+4, larry google groups wrote:
>
> I've never worked much with Java, so dealing with stuff like Maven is the 
> stuff I understand least about Clojure. 
>
> I've added these 3 items to the dependencies that I list in project.clj
>
>
>                  [org.apache.poi/poi "3.9"]               
>                  [org.apache.poi/poi-ooxml "3.9"]
>                  [org.eclipse.birt.runtime/org.eclipse.birt.runtime 
> "4.2.2"]
>
> When I run "lein uberjar" I get this: 
>
> java.lang.SecurityException: class "org.apache.poi.POIXMLDocumentPart"'s 
> signer information does not match signer information of other classes in 
> the same package
>
> How do I get around this?
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to