From fb11e0cd03439c32c64db110458af8e0a520211d Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 28 Jan 2014 21:57:02 -0600 Subject: [PATCH] Added the Akka library for concurrency support --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 08ec95c..f3af4ec 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,11 @@ ehcache 2.8.0 + + com.typesafe.akka + akka + 2.1.1 +