Skip to content

Commit 4b67f42

Browse files
committed
(maint) Pull joda-time out for individual management
JRuby depends on joda-time and we do some work in the uberjar to exclude it. What we should really be doing is managing the version in the uberjar and in normal dependency resolution with clj-parent. However, we will need to update this libary to use clj-parent when we it up in our enterprise product. For now simply pull joda-time out into an explicit dependency.
1 parent 2f04e1d commit 4b67f42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
[com.github.jnr/jnr-constants "0.10.3"]
1717
[com.github.jnr/jnr-ffi "2.2.11"]
1818
[org.jruby/jruby-base ~jruby-version
19-
:exclusions [com.github.jnr/jffi com.github.jnr/jnr-enxio com.github.jnr/jnr-unixsocket com.github.jnr/jnr-posix com.github.jnr/jnr-constants com.github.jnr/jnr-ffi]]
19+
:exclusions [com.github.jnr/jffi com.github.jnr/jnr-enxio com.github.jnr/jnr-unixsocket com.github.jnr/jnr-posix com.github.jnr/jnr-constants com.github.jnr/jnr-ffi joda-time]]
2020
[org.jruby/jruby-stdlib ~jruby-version]
2121
[org.snakeyaml/snakeyaml-engine "2.6"]
22+
[joda-time "2.10.10"]]
2223

2324
:deploy-repositories [["releases" {:url "https://clojars.org/repo"
2425
:username :env/clojars_jenkins_username

0 commit comments

Comments
 (0)