File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323(def es-deps-target-path
2424 " es-deps" )
2525
26+ (def elastic-version " 7.17.25" )
27+
2628(defproject nasa-cmr /cmr-es-spatial-plugin " 0.1.0-SNAPSHOT"
2729 :description " A Elastic Search plugin that enables spatial search entirely within elastic."
2830 :url " https://github.com/nasa/Common-Metadata-Repository/tree/master/es-spatial-plugin"
4244 [com.fasterxml.jackson.dataformat/jackson-dataformat-cbor]
4345 [com.fasterxml.jackson.dataformat/jackson-dataformat-smile]
4446 [com.fasterxml.jackson.dataformat/jackson-dataformat-yaml]]]
45- [org.elasticsearch/elasticsearch " 7.17.14 " ]
47+ [org.elasticsearch/elasticsearch ~elastic-version ]
4648 [org.clojure/tools.reader " 1.3.2" ]
4749 [org.yaml/snakeyaml " 1.31" ]]}
4850 :es-deps {:dependencies [[nasa-cmr/cmr-spatial-lib " 0.1.0-SNAPSHOT"
7779 [org.clojure/tools.reader " 1.3.2" ]
7880 [nasa-cmr/cmr-common-lib " 0.1.1-SNAPSHOT" ]
7981 [nasa-cmr/cmr-spatial-lib " 0.1.0-SNAPSHOT" ]
80- [org.elasticsearch/elasticsearch " 7.17.14 " ]
82+ [org.elasticsearch/elasticsearch ~elastic-version ]
8183 [org.clojars.gjahad/debug-repl " 0.3.3" ]
8284 [org.clojure/tools.nrepl " 0.2.13" ]
8385 [org.clojure/tools.namespace " 0.2.11" ]
You can’t perform that action at this time.
0 commit comments