Add time calculation helper to resource event
[aquarium] / pom.xml
diff --git a/pom.xml b/pom.xml
index 61c94c8..aecdd34 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </repository>
 
     <repository>
+      <name>JBoss Scala-Tools</name>
+      <id>jboss-scala-tools</id>
+      <url>https://repository.jboss.org/nexus/content/repositories/scala-tools-releases</url>
+    </repository>
+
+    <repository>
       <name>jcrontab</name>
       <id>jcrontab</id>
       <url>http://kenai.com/projects/crontab-parser/sources/maven-repo/content/</url>
     <dependency>
       <groupId>net.liftweb</groupId>
       <artifactId>lift-json_2.9.1</artifactId>
-      <version>2.4-M5</version>
+      <version>2.4</version>
     </dependency>
 
     <dependency>
       <groupId>net.liftweb</groupId>
       <artifactId>lift-json-ext_2.9.1</artifactId>
-      <version>2.4-M5</version>
+      <version>2.4</version>
       <exclusions>
         <exclusion>
           <artifactId>joda-time</artifactId>
     <dependency>
       <groupId>se.scalablesolutions.akka</groupId>
       <artifactId>akka-actor</artifactId>
-      <version>1.3-RC5</version>
+      <version>1.3</version>
     </dependency>
 
     <dependency>
       <groupId>se.scalablesolutions.akka</groupId>
       <artifactId>akka-remote</artifactId>
-      <version>1.3-RC5</version>
+      <version>1.3</version>
       <exclusions>
         <exclusion>
           <artifactId>sjson_2.9.0</artifactId>
     <dependency>
       <groupId>se.scalablesolutions.akka</groupId>
       <artifactId>akka-amqp</artifactId>
-      <version>1.3-RC5</version>
+      <version>1.3</version>
     </dependency>
 
     <dependency>
       <groupId>se.scalablesolutions.akka</groupId>
       <artifactId>akka-slf4j</artifactId>
-      <version>1.3-RC5</version>
+      <version>1.3</version>
     </dependency>
 <!--
     <dependency>
       <groupId>se.scalablesolutions.akka</groupId>
       <artifactId>akka-testkit</artifactId>
-      <version>1.3-RC5</version>
+      <version>1.3</version>
       <scope>test</scope>
     </dependency>-->