Skip to content

Commit 5e9100d

Browse files
authored
Exclude commons-lang3 lib from hayt dependency in ScalarDL test (#135)
1 parent 95feb42 commit 5e9100d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalardl/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[org.slf4j/slf4j-jdk14 "2.0.6"]
1212
[cassandra "0.1.0-SNAPSHOT" :exclusions [org.apache.commons/commons-lang3]]
1313
[cc.qbits/alia "4.3.6"]
14-
[cc.qbits/hayt "4.1.0"]]
14+
[cc.qbits/hayt "4.1.0" :exclusions [org.apache.commons/commons-lang3]]]
1515
:repositories {"sonartype" "https://oss.sonatype.org/content/repositories/snapshots/"}
1616
:profiles {:dev {:dependencies [[tortue/spy "2.0.0"]]
1717
:plugins [[lein-cloverage "1.1.2"]]}

0 commit comments

Comments
 (0)