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/commands.html
|
||||||
* http://clojuremongodb.info/articles/gridfs.html"
|
* http://clojuremongodb.info/articles/gridfs.html"
|
||||||
(:refer-clojure :exclude [count])
|
(:refer-clojure :exclude [count])
|
||||||
(:use monger.conversion
|
(:require [monger.conversion :refer :all]
|
||||||
[monger.result :only [ok?]])
|
[monger.result :refer [ok?]])
|
||||||
(:import [com.mongodb MongoClient MongoClientURI DB WriteConcern DBObject DBCursor Bytes MongoClientOptions MongoClientOptions$Builder ServerAddress MapReduceOutput MongoException]
|
(:import [com.mongodb MongoClient MongoClientURI DB WriteConcern DBObject DBCursor Bytes MongoClientOptions MongoClientOptions$Builder ServerAddress MapReduceOutput MongoException]
|
||||||
[com.mongodb.gridfs GridFS]
|
[com.mongodb.gridfs GridFS]
|
||||||
[java.util Map ArrayList]))
|
[java.util Map ArrayList]))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue