File tree 3 files changed +19
-8
lines changed
3 files changed +19
-8
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
{:deps {org.clojure/clojure {:mvn/version " 1.10.0" }
2
+
3
+ ; ; TODO strictly speaking we should move this dep into app
4
+ ; ; alias and refactor so rdf-validator.core is separated from
5
+ ; ; API/library.
2
6
org.clojure/tools.cli {:mvn/version " 0.3.7" }
3
- org.clojure/tools.logging {:mvn/version " 0.4.1" }
7
+
8
+ org.clojure/tools.logging {:mvn/version " 1.0.0" }
4
9
grafter {:mvn/version " 2.1.7" }
5
10
org.apache.jena/apache-jena-libs {:mvn/version " 3.10.0" :extension " pom" }
6
11
selmer {:mvn/version " 1.12.0" }
7
- org.slf4j/slf4j-api {:mvn/version " 1.7.25" }
8
- com.stuartsierra/dependency {:mvn/version " 0.2.0" }
12
+ com.stuartsierra/dependency {:mvn/version " 0.2.0" }}
13
+ :paths [" src" " resources" ]
14
+
15
+ :aliases {:dev {
16
+ :extra-paths [" test/resources" ]}
9
17
10
- org.apache.logging.log4j/log4j-api {:mvn/version " 2.11.0" }
11
- org.apache.logging.log4j/log4j-core {:mvn/version " 2.11.0" }
12
- org.apache.logging.log4j/log4j-slf4j-impl {:mvn/version " 2.11.0" }}}
18
+ :app {:extra-paths [" app-resources" ]
19
+ :extra-deps {org.slf4j/slf4j-api {:mvn/version " 1.7.25" }
20
+ org.apache.logging.log4j/log4j-api {:mvn/version " 2.11.0" }
21
+ org.apache.logging.log4j/log4j-core {:mvn/version " 2.11.0" }
22
+ org.apache.logging.log4j/log4j-slf4j-impl {:mvn/version " 2.11.0" }}}}}
Original file line number Diff line number Diff line change 4
4
:license {:name " Eclipse Public License"
5
5
:url " http://www.eclipse.org/legal/epl-v10.html" }
6
6
:repositories [[" apache-releases" {:url " https://repository.apache.org/content/repositories/releases/" }]]
7
- :plugins [[lein-tools-deps " 0.4.1 " ]]
7
+ :plugins [[lein-tools-deps " 0.4.5 " ]]
8
8
:middleware [lein-tools-deps.plugin/resolve-dependencies-with-deps-edn]
9
9
:lein-tools-deps/config {:config-files [:install :project ]}
10
10
:main ^:skip-aot rdf-validator.core
11
11
:target-path " target/%s"
12
- :profiles {:uberjar {:aot :all }
12
+ :profiles {:uberjar {:aot :all
13
+ :lein-tools-deps/config {:aliases [:app ]}}
13
14
:dev {:resource-paths [" test/resources" ]}})
You can’t perform that action at this time.
0 commit comments