Skip to content

Commit a07ed60

Browse files
authored
Merge pull request #43 from justinstoller/SERVER-3167-2
(SERVER-3167) Pin jnr components to versions compiled with a glibc available on EL 7 linuxes
2 parents bede95c + ad922e5 commit a07ed60

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

project.clj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
1010

1111
:pedantic? :abort
1212

13-
:dependencies [[org.jruby/jruby-core ~jruby-version]
13+
:dependencies [[com.github.jnr/jnr-enxio "0.32.13"]
14+
[com.github.jnr/jnr-unixsocket "0.38.17"]
15+
[com.github.jnr/jnr-posix "3.1.15"]
16+
[com.github.jnr/jnr-constants "0.10.3"]
17+
[com.github.jnr/jnr-ffi "2.2.11"]
18+
[org.jruby/jruby-core ~jruby-version
19+
:exclusions [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]]
1420
[org.jruby/jruby-stdlib ~jruby-version]]
1521

1622
:deploy-repositories [["releases" {:url "https://clojars.org/repo"

0 commit comments

Comments
 (0)