Fork me on GitHub
#leiningen
<
2017-04-17
>
xiongtx21:04:08

Is this the right way to merge in the dependencies of another profile and have them override those specified under top-level :dependencies?

:dependencies [[org.apache.kafka/kafka_2.11 "0.10.1.0"]]

:kafka-0.10.2 {:dependencies [[org.apache.kafka/kafka_2.11 "0.10.2.0"]]} 

:dev [:kafka-0.10.2 {:dependencies ...}]

xiongtx21:04:48

So I’d expect :dev to use kafka_2.11 "0.10.2.0" instead of 0.10.1.0