From f8eb15d236a16d1568c31675b466833ef216076a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=BDubom=C3=ADr=20Varga?= Date: Fri, 13 May 2016 11:09:18 +0200 Subject: [PATCH] Added maven project configuration to make project maven user friendly. --- pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..fcf22ea --- /dev/null +++ b/pom.xml @@ -0,0 +1,51 @@ + + + 4.0.0 + com.github.migralito + json4s-path_2.11 + jar + json4s-path + https://github.com/migralito/json4s-path + 0.1.3-SNAPSHOT + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0 + repo + + + json4s-path + + com.github.migralito + https://github.com/migralito/json4s-path + + + https://github.com/migralito/json4s-path.git + scm:git:https://github.com/migralito/json4s-path.git + + + + migralito + Alejandro De Lio + https://github.com/migralito + + + + + org.scala-lang + scala-library + 2.11.8 + + + org.json4s + json4s-jackson_2.11 + 3.2.10 + + + org.specs2 + specs2_2.11 + 2.4.2 + test + + + \ No newline at end of file