Fork me on GitHub
#boot
<
2016-04-15
>
tbrooke03:04:39

This may not be the place to ask but it seems to me that boot would help with this. I want to add a “servlet-plugin” to my clojure web app and the instructions include a maven example:

tbrooke03:04:45

<dependency> <groupId>com.stormpath.sdk</groupId> <artifactId>stormpath-servlet-plugin</artifactId> <version>1.0.RC9</version> </dependency>

alandipert03:04:05

(set-env! :dependencies '[[com.stormpath.sdk/stormpath-servlet-plugin "1.0.RC9"]]) will pull it in