Skip to content

Instantly share code, notes, and snippets.

@yokolet
Created April 25, 2016 15:58
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/476c573654f2772d826dc1f28034e587 to your computer and use it in GitHub Desktop.
Save yokolet/476c573654f2772d826dc1f28034e587 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.2"]
[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