Skip to content

Commit

Permalink
Camel 3.9.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
gameformush authored Apr 14, 2021
1 parent 275550d commit 9cfc332
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/tools.logging "1.0.0"]

[org.apache.camel/camel-core "3.8.0"]
[org.apache.camel/camel-sql "3.8.0"]
[org.apache.camel/camel-jcache "3.8.0"]
[org.apache.camel/camel-management "3.8.0"]
[org.apache.camel/camel-ftp "3.8.0"]
[org.apache.camel/camel-core "3.9.0"]
[org.apache.camel/camel-sql "3.9.0"]
[org.apache.camel/camel-jcache "3.9.0"]
[org.apache.camel/camel-management "3.9.0"]
[org.apache.camel/camel-ftp "3.9.0"]
[malabarba/lazy-map "1.3"]

[camel-snake-kebab "0.4.1"]
Expand All @@ -29,6 +29,6 @@

:profiles {:test {:dependencies [[com.rpl/specter "1.1.3"]
[org.ehcache/ehcache "3.8.1"]
[org.apache.camel/camel-http "3.8.0"]
[org.apache.camel/camel-jsonpath "3.8.0"]]}
[org.apache.camel/camel-http "3.9.0"]
[org.apache.camel/camel-jsonpath "3.9.0"]]}
:uberjar {:aot :all}})

0 comments on commit 9cfc332

Please sign in to comment.