summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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>