Skip to content

Commit b82d716

Browse files
committed
Updating docs to remove spurious outdated arrow deps
1 parent c95bb4f commit b82d716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tech/v3/libs/arrow.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
flatbuffer and schema definitions:
3232
3333
```clojure
34-
[org.apache.arrow/arrow-vector \"6.0.0\"]
34+
;; 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]]
3536
[com.cnuernber/jarrow \"1.000\"]
3637
[org.apache.commons/commons-compress \"1.21\"]
3738

0 commit comments

Comments
 (0)