Skip to content

Commit

Permalink
org.clojure/java.classpath version change to fix bug in auto-loading …
Browse files Browse the repository at this point in the history
…namespaces on JDK9+ (issue #4 "does not start")
  • Loading branch information
mikub committed May 30, 2019
1 parent da2bcc5 commit 333c7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.titanoboa/titanoboa "0.8.0"
(defproject io.titanoboa/titanoboa "0.8.1-SNAPSHOT"
:description "titanoboa.io is fully distributed, highly scalable and fault tolerant workflow orchestration platform"
:url "http://titanoboa.io"
:license {:name "GNU Affero General Public License"
Expand All @@ -14,7 +14,7 @@
com.sun.jmx/jmxri]]
[org.slf4j/slf4j-log4j12 "1.7.5"]
[org.clojure/tools.namespace "0.2.11"]
[org.clojure/java.classpath "0.2.3"]
[org.clojure/java.classpath "0.3.0"]
[org.tcrawley/dynapath "1.0.0"]
[org.xeustechnologies/jcl-core "2.8" :exclusions [org.slf4j/slf4j-api]]
[com.cemerick/pomegranate "1.1.0" :exclusions [org.tcrawley/dynapath]]
Expand Down

0 comments on commit 333c7a5

Please sign in to comment.