File tree Expand file tree Collapse file tree 3 files changed +7
-18
lines changed
Expand file tree Collapse file tree 3 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Add libmisc-clj dependence:
88
99[source, clojure]
1010----
11- [com.dkdhub/libmisc-clj "0.2.5 "]
11+ [com.dkdhub/libmisc-clj "0.3.0 "]
1212----
1313== License
1414
@@ -17,4 +17,4 @@ CopyRights:
1717 © 2018-2022 UPD Consulting
1818 © 2018-2022 Fern Flower Lab
1919
20- Distributed under the Proprietary DKD Software License only .
20+ Starting from early 2022 distributed under the MIT license .
Original file line number Diff line number Diff line change 1- {:dev {:plugins [[org.apache.maven.wagon/wagon-ssh-external " 3.5.2" ]
2- [org.apache.maven.wagon/wagon-http-lightweight " 3.5.2" ]]
3-
4- :plugin-repositories [[" private-jars" " http://local.repo:9180/repo" ]]
5- :deploy-repositories [[" private-jars-scp" {:url " scp://local.repo/home/clojar/data/dev_repo/"
6- :username " clojar"
7- :private-key-file :env/clojure_ssh_key }]]}
8-
1+ {:dev {}
2+
93 :provided {:dependencies [[org.clojure/clojure " 1.11.1" ]
104 [org.clojure/tools.namespace " 1.3.0" ]]
115 :global-vars {*warn-on-reflection* true }
Original file line number Diff line number Diff line change 11(defproject com.dkdhub /libmisc-clj " 0.3.0"
2- :description " DKD Core Engine lib of miscellaneous"
2+ :description " DKD/DKDHUB - the Clojure lib of miscellaneous"
33 :url " http://dkdhub.com"
4- :license {:name " Proprietary"
5- :url " https://dkdhub.com/licenses/base.html" }
4+ :license {:name " MIT" }
65
76 :dependencies [[cheshire " 5.11.0" ]
87 [commons-io " 2.11.0" ]
1110 [org.postgresql/postgresql " 42.5.1" ]]
1211
1312 :omit-source false
14- :aot [libmisc-clj.jnio-proto])
15-
16- (cemerick.pomegranate.aether/register-wagon-factory!
17- " scp" #(let [c (resolve 'org.apache.maven.wagon.providers.ssh.external.ScpExternalWagon)]
18- (clojure.lang.Reflector/invokeConstructor c (into-array []))))
13+ :aot [libmisc-clj.jnio-proto])
You can’t perform that action at this time.
0 commit comments