Reliable message passing for RabbitMQProducer
[aquarium] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6b4e7c7..f2cc62c 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>
       <artifactId>joda-convert</artifactId>
       <version>1.1</version>
     </dependency>
+
+      <dependency> <!-- quartz stuff  -->
+          <groupId>org.quartz-scheduler</groupId>
+          <artifactId>quartz</artifactId>
+          <version>2.1.5</version>
+      </dependency>
+      <dependency>
+          <groupId>org.quartz-scheduler</groupId>
+          <artifactId>quartz-oracle</artifactId>
+          <version>2.1.5</version>
+      </dependency>
+      <dependency>
+          <groupId>org.quartz-scheduler</groupId>
+          <artifactId>quartz-weblogic</artifactId>
+          <version>2.1.5</version>
+      </dependency>
+      <dependency>
+          <groupId>org.quartz-scheduler</groupId>
+          <artifactId>quartz-jboss</artifactId>
+          <version>2.1.5</version>
+      </dependency>
   </dependencies>
 
   <!--Build configuration-->