Don't use :use
This commit is contained in:
parent
12c33ac975
commit
e540d453a0
1 changed files with 4 additions and 3 deletions
|
|
@ -15,10 +15,11 @@
|
||||||
(:refer-clojure :exclude [select find sort])
|
(:refer-clojure :exclude [select find sort])
|
||||||
(:require [monger.core]
|
(:require [monger.core]
|
||||||
[monger.internal pagination]
|
[monger.internal pagination]
|
||||||
[monger.cursor :as cursor :refer [add-options]])
|
[monger.cursor :as cursor :refer [add-options]]
|
||||||
|
[monger.conversion :refer :all]
|
||||||
|
[monger.operators :refer :all])
|
||||||
(:import [com.mongodb DB DBCollection DBObject DBCursor ReadPreference]
|
(:import [com.mongodb DB DBCollection DBObject DBCursor ReadPreference]
|
||||||
[java.util List])
|
java.util.List))
|
||||||
(:use [monger conversion operators]))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue