Skip to content

Commit

Permalink
CMR-9200 removes geotools from service-bridge project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-zamora committed May 30, 2023
1 parent 37722e5 commit 04c25ab
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions other/cmr-exchange/service-bridge/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,12 @@
[org.clojure/core.cache "0.7.2"]
[org.clojure/data.xml "0.2.0-alpha5"]
[org.clojure/java.classpath "0.3.0"]
[org.geotools/gt-geometry "24.6"]
[org.geotools/gt-referencing "24.6"]
[org.yaml/snakeyaml "1.31"]
[ring/ring-core "1.7.1"]
[ring/ring-codec "1.1.2"]
[ring/ring-defaults "0.3.2"]
[selmer "1.12.12"]
[tolitius/xml-in "0.1.0"]]
:repositories [["geo" "https://repo.osgeo.org/repository/release/"]]
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"
"-Xms2g"
"-Xmx2g"]
Expand All @@ -80,7 +77,6 @@
[com.google.javascript/closure-compiler-unshaded]
;; The following is excluded because it stomps on twig's logger
[org.slf4j/slf4j-simple]]}
:geo {:dependencies [[gov.nasa.earthdata/cmr-exchange-geo "0.1.0"]]}
:system {:dependencies [[clojusc/system-manager "0.3.0"]]}
:local {:dependencies [[org.clojure/tools.namespace "0.3.0" :exclusions [org.clojure/tools.reader]]
[proto-repl "0.3.1"]]
Expand Down Expand Up @@ -148,17 +144,14 @@
"repl" ["do"
["clean"]
["with-profile" "+local,+system" "repl"]]
"repl-geo" ["do"
["clean"]
["with-profile" "+local,+system,+geo" "repl"]]
"version" ["do"
["version"]
["shell" "echo" "-n" "CMR Service-Bridge: "]
["project-version"]]
"ubercompile" ["with-profile" "+system,+geo,+local,+security" "compile"]
"uberjar" ["with-profile" "+system,+geo" "uberjar"]
"uberjar-aot" ["with-profile" "+system,+geo,+ubercompile,+security" "uberjar"]
"check-vers" ["with-profile" "+lint,+system,+geo,+security" "ancient" "check" ":all"]
"ubercompile" ["with-profile" "+system,+local,+security" "compile"]
"uberjar" ["with-profile" "+system" "uberjar"]
"uberjar-aot" ["with-profile" "+system,+ubercompile,+security" "uberjar"]
"check-vers" ["with-profile" "+lint,+system,+security" "ancient" "check" ":all"]
"check-jars" ["with-profile" "+lint" "do"
["deps" ":tree"]
["deps" ":plugin-tree"]]
Expand All @@ -172,8 +165,6 @@
["kibit"]]
"ltest" ["with-profile" "+test,+system,+local" "ltest"]
"junit" ["with-profile" "+test,+system,+local" "test2junit"]
"ltest-with-geo" ["with-profile" "+test,+system,+geo,+local" "ltest"]
"junit-with-geo" ["with-profile" "+test,+system,+geo,+local" "test2junit"]

;; Kaocha test aliases
;; refer to tests.edn for test configuration
Expand All @@ -187,12 +178,12 @@
"ci-utest" ["utest" "--profile" ":ci"]

;; Security
"check-sec" ["with-profile" "+system,+geo,+local,+security" "do"
"check-sec" ["with-profile" "+system,+local,+security" "do"
["clean"]
["dependency-check"]]
;; Documentation and static content
"codox" ["with-profile" "+docs,+system,+geo" "codox"]
"marginalia" ["with-profile" "+docs,+system,+geo"
"codox" ["with-profile" "+docs,+system" "codox"]
"marginalia" ["with-profile" "+docs,+system"
"marg" "--dir" "resources/public/docs/service-bridge/docs/current/marginalia"
"--file" "index.html"
"--name" "CMR integration with external services"]
Expand Down Expand Up @@ -231,7 +222,7 @@
["build"]
["docs"]]
;; Publishing
"publish" ["with-profile" "+system,+security,+geo" "do"
"publish" ["with-profile" "+system,+security" "do"
["clean"]
["build-jar"]
["deploy" "clojars"]]
Expand Down

0 comments on commit 04c25ab

Please sign in to comment.