Hi all,
If anyone intends to pack all dependencies of a JAX-WS service with lein
uberjar. The trick is to append bus-extensions.txt from different
dependencies.
You can achieve this with:
:uberjar-merge-with {"META-INF/cxf/bus-extensions.txt" [slurp #(str %1 "\n"
%2) spit]}
Don't forget "\n" between two input params as some of the files do not
contain a \n at the end, it's necessarily needed. Otherwise, it does not
work...
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.