From 9edfc170cdd9476567f0b0967b1ea59846d8a054 Mon Sep 17 00:00:00 2001 From: Camilo Roca Date: Tue, 15 Oct 2019 23:43:54 +0200 Subject: [PATCH] commit pom to get github dependency checks --- .gitignore | 3 +- pom.xml | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index dd435ec..5bae9d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ /target /classes /checkouts -pom.xml pom.xml.asc *.jar *.class @@ -11,4 +10,4 @@ pom.xml.asc .hg/ /.idea/ /nashorn_code_cache -/.cljs_nashorn_repl \ No newline at end of file +/.cljs_nashorn_repl diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e78ceff --- /dev/null +++ b/pom.xml @@ -0,0 +1,99 @@ + + 4.0.0 + carocad + parcera + jar + 0.3.1 + parcera + Grammar-based Clojure(script) parser + https://github.com/carocad/parcera + + + LGPLv3 + https://github.com/carocad/parcera/blob/master/LICENSE.md + + + + https://github.com/carocad/parcera + scm:git:git://github.com/carocad/parcera.git + scm:git:ssh://git@github.com/carocad/parcera.git + b4ca5c659e55f00781e37bee1dc6bb400460e307 + + + src + test + + + resources + + + + + resources + + + target + target/classes + + + + + central + https://repo1.maven.org/maven2/ + + false + + + true + + + + clojars + https://repo.clojars.org/ + + true + + + true + + + + + + + + + org.clojure + clojure + 1.10.1 + + + instaparse + instaparse + 1.4.10 + + + org.clojure + clojurescript + 1.10.520 + provided + + + criterium + criterium + 0.4.5 + test + + + org.clojure + test.check + 0.10.0 + test + + + + +