Preparing for jackson json stuff
authorChristos KK Loverdos <loverdos@gmail.com>
Mon, 2 Jul 2012 10:34:15 +0000 (13:34 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Mon, 2 Jul 2012 10:34:15 +0000 (13:34 +0300)
pom.xml

diff --git a/pom.xml b/pom.xml
index 6b4e7c7..31820b1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <version>4.10</version>
       <scope>test</scope>
     </dependency>
+
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>2.0.2</version>
+    </dependency>
+
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <version>2.0.2</version>
+    </dependency>
+
+    <dependency>
+      <groupId>com.fasterxml.jackson.module</groupId>
+      <artifactId>jackson-module-scala</artifactId>
+      <version>2.0.2</version>
+    </dependency>
+
     <dependency>
       <groupId>net.liftweb</groupId>
       <artifactId>lift-json_2.9.1</artifactId>