From bc8bf89edc3e24a756c1c9628087a5ae6f5af80a Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 7 Jun 2015 00:50:45 +0200 Subject: first request worked. no result transformation yet --- pom.xml | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ba4ce4e..1d808bc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,9 +4,9 @@ org.xapek influxdb-tools 0.0.1-SNAPSHOT - 2008 - 2.11.6 + 2.11 + 2.11.6 @@ -39,11 +39,11 @@ org.scala-lang scala-library - ${scala.version} + ${scala.version.exact} com.typesafe.akka - akka-actor_2.11 + akka-actor_${scala.version} 2.3.9 @@ -58,6 +58,33 @@ 1.2.5 test + + + org.apache.httpcomponents + httpclient + 4.5 + + + org.json4s + json4s-jackson_${scala.version} + 3.2.11 + + + org.json4s + json4s-native_${scala.version} + 3.2.11 + + + + com.typesafe.scala-logging + scala-logging_${scala.version} + 3.1.0 + + + org.slf4j + slf4j-simple + 1.7.7 + -- cgit v1.2.1