From e16bda37d76e63e0f903bba13ed1dccf3b17f395 Mon Sep 17 00:00:00 2001 From: Shwetank Dave Date: Mon, 11 Jun 2018 10:15:34 -0400 Subject: Add logging and tests and build using mvn An initial version of adding logs to chameleon An initial version of adding specs (tests) to chameleon. Adding pom.xml so the project can be build using maven. Updating README.md for instructions on running it locally. Issue-ID: AAI-1220 Change-Id: I85f46fd7f625c83b84f211d6766970431e6d91eb Signed-off-by: Shwetank Dave --- pom.xml | 305 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 305 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..1d9ab52 --- /dev/null +++ b/pom.xml @@ -0,0 +1,305 @@ + + 4.0.0 + chameleon + chameleon + jar + 0.1.0 + chameleon + + + 36b5671af2c3eec5ca81663382c4ca2898f79e55 + + + + + src + test + + + resources + + + + + resources + + + target + target/classes + + + com.theoryinpractise + clojure-maven-plugin + 1.3.13 + true + + + src + prod + test + + + + + compile + + compile + + compile + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + chameleon.server + dependency + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + copy-dependencies + + copy-dependencies + + package + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.4.1 + + + jar-with-dependencies + + + + chameleon.server + + + + + + assemble + package + + single + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + add-source + generate-sources + + add-source + + + + prod + test + + + + + + + + + + central + https://repo1.maven.org/maven2/ + + false + + + true + + + + clojars + https://clojars.org/repo/ + + true + + + true + + + + onap-releases + https://nexus.onap.org/content/repositories/releases/ + + true + + + true + + + + onap-public + https://nexus.onap.org/content/repositories/public/ + + true + + + true + + + + onap-staging + https://nexus.onap.org/content/repositories/staging/ + + true + + + true + + + + onap-snapshot + https://nexus.onap.org/content/repositories/snapshots/ + + true + + + true + + + + + + + + + org.clojure + clojure + 1.9.0 + + + com.7theta + utilis + 1.0.4 + + + http-kit + http-kit + 2.2.0 + + + ring + ring-core + 1.6.3 + + + ring + ring-defaults + 0.3.1 + + + ring + ring-anti-forgery + 1.1.0 + + + compojure + compojure + 1.6.0 + + + liberator + liberator + 0.15.1 + + + cheshire + cheshire + 5.7.1 + + + inflections + inflections + 0.13.0 + + + clj-time + clj-time + 0.14.2 + + + integrant + integrant + 0.6.2 + + + yogthos + config + 0.9 + + + org.onap.aai.event-client + event-client-dmaap + 1.2.1 + + + org.onap.aai.logging-service + common-logging + 1.2.2 + + + camel-snake-kebab + camel-snake-kebab + 0.4.0 + + + metosin + ring-http-response + 0.9.0 + + + org.clojure + test.check + 0.9.0 + + + cloverage + cloverage + 1.0.10 + + + ring + ring-devel + 1.6.3 + test + + + integrant + repl + 0.2.0 + test + + + + + -- cgit 1.2.3-korg