From dff3820492a17c28a53aaa19f81ec2979b1785fd Mon Sep 17 00:00:00 2001 From: Moiz Raja Date: Thu, 12 Jun 2014 13:07:59 -0700 Subject: [PATCH] Add akka dependencies Just add the maven dependencies Change-Id: I530c6b6fdf9a9832030cfda0f3d0b954eea464a2 Signed-off-by: Moiz Raja --- opendaylight/commons/opendaylight/pom.xml | 32 +++++++++++++++++++ .../md-sal/sal-distributed-datastore/pom.xml | 28 ++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index c3c8168bd7..5e146e6664 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -15,6 +15,7 @@ + 2.3.2 1.0.0 0.4.2-SNAPSHOT 1.1.0 @@ -143,6 +144,7 @@ 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT + 2.11 0.4.2-SNAPSHOT dav:http://nexus.opendaylight.org/content/sites/site 3.2 @@ -279,11 +281,36 @@ jersey-core ${jersey.version} + com.sun.jersey jersey-server ${jersey.version} + + + com.typesafe.akka + akka-actor_${scala.version} + ${akka.version} + + + + com.typesafe.akka + akka-cluster_${scala.version} + ${akka.version} + + + + com.typesafe.akka + akka-persistence-experimental_${scala.version} + ${akka.version} + + + + com.typesafe.akka + akka-remote_${scala.version} + ${akka.version} + commons-codec commons-codec @@ -1570,6 +1597,11 @@ chameleon-mbeans 1.0.0 + + org.scala-lang + scala-library + ${scala.version}.1 + org.slf4j jcl-over-slf4j diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index a2b4c89c89..7968785df2 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -15,11 +15,39 @@ guava + + com.typesafe.akka + akka-actor_${scala.version} + + + + com.typesafe.akka + akka-cluster_${scala.version} + + + + com.typesafe.akka + akka-persistence-experimental_${scala.version} + + + + com.typesafe.akka + akka-remote_${scala.version} + + + org.opendaylight.controller sal-core-spi + + + org.scala-lang + scala-library + + + junit junit -- 2.36.6