From a52a91d6a96529dbefaae9f682af3a6025190e8d Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Fri, 5 Jun 2015 22:33:32 +0200 Subject: some things work --- pom.xml | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ba4ce4e --- /dev/null +++ b/pom.xml @@ -0,0 +1,115 @@ + + 4.0.0 + org.xapek + influxdb-tools + 0.0.1-SNAPSHOT + 2008 + + 2.11.6 + + + + + maven-central + Maven Central + https://repo1.maven.org/maven2 + + + scala-tools.org + Scala-Tools Maven2 Repository + http://scala-tools.org/repo-releases + + + + + + maven-central + Maven Central + https://repo1.maven.org/maven2 + + + scala-tools.org + Scala-Tools Maven2 Repository + http://scala-tools.org/repo-releases + + + + + + org.scala-lang + scala-library + ${scala.version} + + + com.typesafe.akka + akka-actor_2.11 + 2.3.9 + + + junit + junit + 4.4 + test + + + org.specs + specs + 1.2.5 + test + + + + + src/main/scala + src/test/scala + + + org.scala-tools + maven-scala-plugin + + + + compile + testCompile + + + + + ${scala.version} + + -target:jvm-1.5 + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + true + + ch.epfl.lamp.sdt.core.scalabuilder + + + ch.epfl.lamp.sdt.core.scalanature + + + org.eclipse.jdt.launching.JRE_CONTAINER + ch.epfl.lamp.sdt.launching.SCALA_CONTAINER + + + + + + + + + org.scala-tools + maven-scala-plugin + + ${scala.version} + + + + + -- cgit v1.2.1