Don't use :use
This commit is contained in:
parent
19ab7eb8a7
commit
41375af05f
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@
|
|||
* http://clojuremongodb.info/articles/commands.html
|
||||
* http://clojuremongodb.info/articles/gridfs.html"
|
||||
(:refer-clojure :exclude [count])
|
||||
(:use monger.conversion
|
||||
[monger.result :only [ok?]])
|
||||
(:require [monger.conversion :refer :all]
|
||||
[monger.result :refer [ok?]])
|
||||
(:import [com.mongodb MongoClient MongoClientURI DB WriteConcern DBObject DBCursor Bytes MongoClientOptions MongoClientOptions$Builder ServerAddress MapReduceOutput MongoException]
|
||||
[com.mongodb.gridfs GridFS]
|
||||
[java.util Map ArrayList]))
|
||||
|
|
|
|||
Loading…
Reference in a new issue