summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2015-06-07 23:03:26 +0200
committerYves Fischer <yvesf-git@xapek.org>2015-06-07 23:03:26 +0200
commitd72dd2edaa58d3d7cf84d0b07f99337447514470 (patch)
tree4e9c37f683e81fe3a9b5564b1a78763120af0ab8 /pom.xml
parentbc8bf89edc3e24a756c1c9628087a5ae6f5af80a (diff)
downloadinfluxdb-tools-d72dd2edaa58d3d7cf84d0b07f99337447514470.tar.gz
influxdb-tools-d72dd2edaa58d3d7cf84d0b07f99337447514470.zip
use Sized from shapeless
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1d808bc..fd9a28b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
<version>1.2.5</version>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
@@ -74,7 +74,7 @@
<artifactId>json4s-native_${scala.version}</artifactId>
<version>3.2.11</version>
</dependency>
-
+
<dependency>
<groupId>com.typesafe.scala-logging</groupId>
<artifactId>scala-logging_${scala.version}</artifactId>
@@ -85,6 +85,12 @@
<artifactId>slf4j-simple</artifactId>
<version>1.7.7</version>
</dependency>
+
+ <dependency>
+ <groupId>com.chuusai</groupId>
+ <artifactId>shapeless_${scala.version}</artifactId>
+ <version>2.2.1</version>
+ </dependency>
</dependencies>
<build>