diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..4d33df8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,81 @@ + + 4.0.0 + edu.reactivemessaging.akka + reactiveMessagingWithAkkanScala + 0.0.1-SNAPSHOT + + + 2.11.8 + 2.11 + 2.4.10 + 2.4.10 + 2.3.4 + 2.2.4 + + + + + org.scala-lang + scala-library + ${scala.version} + + + org.scala-lang + scala-reflect + ${scala.version} + + + com.typesafe.akka + akka-actor_2.11 + ${akka.version} + + + com.typesafe.akka + akka-persistence-experimental_2.10 + ${akka.persistence.version} + + + com.rabbitmq + amqp-client + 3.5.6 + + + com.typesafe.akka + akka-testkit_2.11 + ${akka.test.version} + + + + + + src + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + net.alchim31.maven + scala-maven-plugin + 3.1.6 + + + + compile + testCompile + + + + + + -nobootcp + + + + + +