Skip to content

Commit

Permalink
Remove a redundant exclusion of clojure from test.check
Browse files Browse the repository at this point in the history
  • Loading branch information
scimetfoo committed Apr 13, 2020
1 parent 8d38827 commit 241440e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
[org.apache.kafka/kafka-streams "2.1.0" :classifier "test" :exclusions [org.slf4j/slf4j-log4j12 log4j]]
[org.apache.kafka/kafka-clients "2.1.0" :classifier "test"]
[org.apache.kafka/kafka_2.11 "2.1.0" :classifier "test"]
[org.clojure/test.check "0.10.0" :exclusions [org.clojure/clojure]]]
[org.clojure/test.check "0.10.0"]]
:plugins [[lein-cloverage "1.0.13" :exclusions [org.clojure/clojure]]]
:repositories [["confluent-repo" "https://packages.confluent.io/maven/"]]}
:dev {:plugins [[lein-cljfmt "0.6.4"]
Expand Down

0 comments on commit 241440e

Please sign in to comment.