|
4 | 4 | :dependencies [[camel-snake-kebab "0.4.2"] |
5 | 5 | [clj-http "2.3.0"] |
6 | 6 | [com.draines/postal "2.0.3"] |
7 | | - [jakarta.servlet/jakarta.servlet-api "4.0.4"] ;;5.x and 6.x did not work |
8 | | - [commons-fileupload "1.6.0"] |
| 7 | + [com.mchange/c3p0 "0.12.0"] |
| 8 | + [com.mchange/mchange-commons-java "0.6.0"] |
9 | 9 | [commons-codec/commons-codec "1.11"] |
| 10 | + [commons-fileupload "1.6.0"] |
10 | 11 | [commons-io "2.18.0"] |
11 | | - [compojure "1.6.1" |
12 | | - :exclusions [commons-fileupload]] |
13 | | - [io.github.jaybarra/drift "1.5.4.2-SNAPSHOT" :exclusions [clojure-tools]] |
| 12 | + [compojure "1.6.1" :exclusions [commons-fileupload]] |
14 | 13 | [gov.nasa.earthdata/cmr-site-templates "0.1.1-SNAPSHOT"] |
15 | | - [instaparse "1.4.10"] |
16 | 14 | [inflections "0.13.0"] |
| 15 | + [instaparse "1.4.10"] |
| 16 | + [io.github.jaybarra/drift "1.5.4.2-SNAPSHOT" :exclusions [clojure-tools]] |
| 17 | + [jakarta.servlet/jakarta.servlet-api "4.0.4"] ;;5.x and 6.x did not work |
17 | 18 | [markdown-clj "1.10.5"] |
18 | 19 | [nasa-cmr/cmr-acl-lib "0.1.0-SNAPSHOT"] |
19 | 20 | [nasa-cmr/cmr-common-app-lib "0.1.0-SNAPSHOT"] |
|
28 | 29 | [net.sf.saxon/Saxon-HE "9.9.0-2"] |
29 | 30 | [org.apache.httpcomponents/httpclient "4.5.13"] |
30 | 31 | [org.apache.httpcomponents/httpcore "4.4.10"] |
| 32 | + [org.bouncycastle/bcpkix-jdk18on "1.85"] |
31 | 33 | [org.clojure/clojure "1.11.2"] |
32 | 34 | [org.clojure/data.xml "0.0.8"] |
33 | 35 | [org.clojure/tools.nrepl "0.2.13"] |
| 36 | + [org.eclipse.jetty.ee9/jetty-ee9-servlet "12.1.10"] |
| 37 | + [org.eclipse.jetty/jetty-http "12.1.8"] |
| 38 | + [org.eclipse.jetty/jetty-util "12.1.8"] |
34 | 39 | [org.quartz-scheduler/quartz "2.3.2" |
35 | 40 | :exclusions [com.mchange/c3p0 com.mchange/mchange-commons-java]] |
36 | | - [com.mchange/c3p0 "0.12.0"] |
37 | | - [com.mchange/mchange-commons-java "0.6.0"] |
38 | 41 | [org.slf4j/slf4j-api "1.7.30"] |
39 | 42 | [org.yaml/snakeyaml "1.31"] |
40 | 43 | [potemkin "0.4.5"] |
41 | | - [org.eclipse.jetty.ee9/jetty-ee9-servlet "12.1.10"] |
42 | | - [org.eclipse.jetty/jetty-http "12.1.8"] |
43 | | - [org.eclipse.jetty/jetty-util "12.1.8"] |
44 | | - [ring/ring-codec "1.3.0"] |
| 44 | + [ring/ring-codec "1.3.0" :exclusions [org.bouncycastle/bcpkix-jdk15on]] |
45 | 45 | [ring/ring-core "1.15.4"] |
46 | | - [ring/ring-jetty-adapter "1.15.4" |
47 | | - :exclusions [org.eclipse.jetty.ee9/jetty-ee9-servlet]] |
| 46 | + [ring/ring-jetty-adapter "1.15.4" :exclusions [org.eclipse.jetty.ee9/jetty-ee9-servlet]] |
48 | 47 | [ring/ring-json "0.5.1"]] |
49 | 48 | :plugins [[io.github.jaybarra/drift "1.5.4.2-SNAPSHOT" :exclusions [clojure-tools]] |
50 | 49 | [lein-exec "0.3.7"]] |
|
0 commit comments