Skip to content

Commit

Permalink
made arrow deps "provided"
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Nov 3, 2020
1 parent 1d246a8 commit 091630b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@
[potemkin "0.4.5"]
[reply "0.4.4" :exclusions [javax.servlet/servlet-api]]
[zero.one/fxl "0.0.5"]
[org.apache.arrow/arrow-memory-netty "2.0.0"]
[org.apache.arrow/arrow-memory-core "2.0.0"]
[org.apache.arrow/arrow-vector "2.0.0" :exclusions [commons-codec com.fasterxml.jackson.core/jackson-databind ]]
[org.apache.arrow/arrow-memory-netty "2.0.0" :scope "provided" ]
[org.apache.arrow/arrow-memory-core "2.0.0" :scope "provided"]
[org.apache.arrow/arrow-vector "2.0.0"
:exclusions [commons-codec com.fasterxml.jackson.core/jackson-databind ]
:scope "provided"]
]
:profiles
{:provided {:dependencies ~spark-deps}
Expand Down

0 comments on commit 091630b

Please sign in to comment.