Skip to content

Commit

Permalink
remove loggers from production; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Apr 12, 2019
1 parent 769fd5d commit 233af54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
10 changes: 9 additions & 1 deletion profiles.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,13 @@
:clean-targets ^{:protect false} [:target-path]

:plugins [[lein-ancient "0.6.15"]]
:dependencies [[org.clojure/clojure "1.10.0"]]}
:dependencies [[org.clojure/clojure "1.10.0"]
;; Loggers
;; -------
[com.taoensso/timbre "4.10.0"]
[com.fzakaria/slf4j-timbre "0.3.13"]
[org.slf4j/slf4j-api "1.7.26"]
[org.slf4j/log4j-over-slf4j "1.7.26"]
[org.slf4j/jul-to-slf4j "1.7.26"]
[org.slf4j/jcl-over-slf4j "1.7.26"]]}
:uberjar {:aot :all :jvm-opts ["-Xmx1G"]}}
13 changes: 2 additions & 11 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject net.tbt-post/clj-jasper "0.0.4"
(defproject net.tbt-post/clj-jasper "0.0.5"
:description "A Clojure library to work with Jasper Reports"
:url "https://github.com/source-c/clj-jasper"
:license {:name "MIT License"}
Expand All @@ -12,13 +12,4 @@
[net.sourceforge.barbecue/barbecue "1.5-beta1"]
[com.google.zxing/core "3.3.3"]
[net.sf.barcode4j/barcode4j "2.1"]
[org.apache.xmlgraphics/batik-bridge "1.11"]

;; Loggers
;; -------
[com.taoensso/timbre "4.10.0"]
[com.fzakaria/slf4j-timbre "0.3.13"]
[org.slf4j/slf4j-api "1.7.26"]
[org.slf4j/log4j-over-slf4j "1.7.26"]
[org.slf4j/jul-to-slf4j "1.7.26"]
[org.slf4j/jcl-over-slf4j "1.7.26"]])
[org.apache.xmlgraphics/batik-bridge "1.11"]])

0 comments on commit 233af54

Please sign in to comment.