File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 22; ; (C) Copyright IBM Corp. 2016 All Rights Reserved.
33; ;
44
5- (defproject kale " 1.2.0-SNAPSHOT "
6- :description " The command line administration tool for Enhanced Information Retrieval "
7- :url " https://github.ibm. com/Enhanced-Retrieval-Admin/knowledge-expansion-admin-cli "
5+ (defproject kale " 1.2.0"
6+ :description " A command line tool for provisioning and configuring the Retrieve and Rank Service and the Document Conversion Service "
7+ :url " https://github.com/IBM-Watson/kale "
88 :min-lein-version " 2.5.0"
9- :license {:name " IBM " }
9+ :license {:name " MIT " }
1010 :dependencies [[org.clojure/clojure " 1.8.0" ]
1111 [org.clojure/data.codec " 0.1.0" ]
1212 [cheshire " 5.5.0" ]
1515 ; ; Not a direct dependency.
1616 ; ; This is here to lock in a specific version.
1717 [riddley " 0.1.12" ]]
18- ; ; :pedantic? :abort
1918 :main ^:skip-aot kale.main
2019 :target-path " target/%s"
2120 :prep-tasks [[" exec" " solr/package.clj" ]
You can’t perform that action at this time.
0 commit comments