diff --git a/.gitignore b/.gitignore index 83fa8d8..24f38f6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ /doc /gh-pages /target -pom.xml pom.xml.asc .cache node_modules \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c7bfc9b --- /dev/null +++ b/pom.xml @@ -0,0 +1,169 @@ + + + 4.0.0 + metosin + spec-tools + jar + 0.10.7 + spec-tools + Clojure(Script) tools for clojure.spec + https://github.com/metosin/spec-tools + + + Eclipse Public License + https://www.eclipse.org/legal/epl-2.0/ + + + + https://github.com/metosin/spec-tools + scm:git:git://github.com/metosin/spec-tools.git + scm:git:ssh://git@github.com/metosin/spec-tools.git + 53a43a214549f8fe1f64c52cf982e346ac59beb2 + + + src + test/clj + + + resources + + + + + resources + + + target + target/classes + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + add-test-source + generate-test-sources + + add-test-source + + + + test/cljc + + + + + + + + + + central + https://repo1.maven.org/maven2/ + + false + + + true + + + + clojars + https://repo.clojars.org/ + + true + + + true + + + + + + + + + org.clojure + spec.alpha + 0.5.238 + + + org.clojure + clojure + 1.11.3 + test + + + org.clojure + clojurescript + 1.11.132 + test + + + criterium + criterium + 0.4.6 + test + + + prismatic + schema + 1.4.1 + test + + + org.clojure + test.check + 1.1.1 + test + + + org.clojure + tools.namespace + 1.5.0 + test + + + com.gfredericks + test.chuck + 0.2.14 + test + + + expound + expound + 0.9.0 + test + + + metosin + muuntaja + 0.6.10 + test + + + metosin + ring-swagger + 1.0.0 + test + + + metosin + jsonista + 0.3.8 + test + + + metosin + scjsv + 0.6.2 + test + + + + +