Skip to content

Instantly share code, notes, and snippets.

@yokolet
Created May 6, 2016 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yokolet/ae2da1f359cfa4bd2d8d14bc3ead9499 to your computer and use it in GitHub Desktop.
Save yokolet/ae2da1f359cfa4bd2d8d14bc3ead9499 to your computer and use it in GitHub Desktop.
(defproject io.pedestal/pedestal.immutant "0.4.2-SNAPSHOT"
:description "Embedded Immutant adapter for Pedestal HTTP Service"
:url "https://github.com/pedestal/pedestal"
:scm "https://github.com/pedestal/pedestal"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[potemkin "0.4.3"]
#_[org.immutant/core "2.1.4"]
[org.jboss.logging/jboss-logging "3.2.1.Final"]
[org.immutant/web "2.1.4" :exclusions [org.jboss.logging/jboss-logging]]]
:min-lein-version "2.0.0"
:global-vars {*warn-on-reflection* true})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment