Skip to content

Commit

Permalink
move zookareg to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vise890-ovo committed Mar 1, 2019
1 parent c26da2e commit f21517c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
(defproject ovotech/kafka-clj-test-utils "2.1.0-1"
(defproject ovotech/kafka-clj-test-utils "2.1.0-2"
:description "Companion test utility library for `ovotech/kafka-clj-utils`"
:url "https://github.com/ovotech/kafka-clj-test-utils"
:license {:name "Eclipse Public License"
:url "https://www.eclipse.org/legal/epl-v10.html"}

:dependencies [[org.apache.kafka/kafka-clients "2.1.0" :exclusions [org.scala-lang/scala-library]]
[org.clojure/clojure "1.9.0"]
[ovotech/kafka-avro-confluent "2.1.0-2"]
[vise890/zookareg "2.1.0-1"]]
[ovotech/kafka-avro-confluent "2.1.0-2"]]

:profiles {:dev {:resource-paths ["dev/resources" "test/resources"]
:dependencies [[ch.qos.logback/logback-classic "1.2.3"]
:dependencies [[vise890/zookareg "2.1.0-1"]
[ch.qos.logback/logback-classic "1.2.3"]
[ch.qos.logback/logback-core "1.2.3"]]}
:ci {:deploy-repositories
[["clojars" {:url "https://clojars.org/repo"
Expand Down

0 comments on commit f21517c

Please sign in to comment.