diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-06-07 23:03:26 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2015-06-07 23:03:26 +0200 |
commit | d72dd2edaa58d3d7cf84d0b07f99337447514470 (patch) | |
tree | 4e9c37f683e81fe3a9b5564b1a78763120af0ab8 /pom.xml | |
parent | bc8bf89edc3e24a756c1c9628087a5ae6f5af80a (diff) | |
download | influxdb-tools-d72dd2edaa58d3d7cf84d0b07f99337447514470.tar.gz influxdb-tools-d72dd2edaa58d3d7cf84d0b07f99337447514470.zip |
use Sized from shapeless
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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> |