We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95bb4f commit b82d716Copy full SHA for b82d716
src/tech/v3/libs/arrow.clj
@@ -31,7 +31,8 @@
31
flatbuffer and schema definitions:
32
33
```clojure
34
- [org.apache.arrow/arrow-vector \"6.0.0\"]
+ ;; netty isn't required and will inevitably conflict with some more recent version
35
+ [org.apache.arrow/arrow-vector \"6.0.0\":exclusions [netty/netty io.netty/netty-common]]
36
[com.cnuernber/jarrow \"1.000\"]
37
[org.apache.commons/commons-compress \"1.21\"]
38
0 commit comments