Skip to content

Commit

Permalink
missed a require.
Browse files Browse the repository at this point in the history
Locally, that stuff did build. However, on travis, it did not. So we fix it.
  • Loading branch information
Dr. Christian Betz committed Sep 12, 2017
1 parent d728d93 commit 311d4b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion embedded/src/franzy/embedded/extensions.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
(ns franzy.embedded.extensions
(:require [franzy.embedded.protocols :refer :all])
(:require [franzy.embedded.protocols :refer :all]
[franzy.embedded.component] ; require is necessary to support import/establishe dependency.
)
(:import (kafka.server KafkaServer)
(franzy.embedded.component EmbeddedBroker)))

Expand Down

0 comments on commit 311d4b6

Please sign in to comment.