Disable amqp module as there currently isn't anything there
This commit is contained in:
parent
2e988c8372
commit
1f62b8d08a
1 changed files with 9 additions and 9 deletions
|
|
@ -30,7 +30,7 @@ object AkkaBuild extends Build {
|
||||||
Unidoc.unidocExclude := Seq(samples.id, tutorials.id),
|
Unidoc.unidocExclude := Seq(samples.id, tutorials.id),
|
||||||
Dist.distExclude := Seq(actorTests.id, akkaSbtPlugin.id, docs.id)
|
Dist.distExclude := Seq(actorTests.id, akkaSbtPlugin.id, docs.id)
|
||||||
),
|
),
|
||||||
aggregate = Seq(actor, testkit, actorTests, remote, slf4j, amqp, mailboxes, kernel, akkaSbtPlugin, samples, tutorials, docs)
|
aggregate = Seq(actor, testkit, actorTests, remote, slf4j, mailboxes, kernel, akkaSbtPlugin, samples, tutorials, docs)
|
||||||
)
|
)
|
||||||
|
|
||||||
lazy val actor = Project(
|
lazy val actor = Project(
|
||||||
|
|
@ -92,14 +92,14 @@ object AkkaBuild extends Build {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
lazy val amqp = Project(
|
// lazy val amqp = Project(
|
||||||
id = "akka-amqp",
|
// id = "akka-amqp",
|
||||||
base = file("akka-amqp"),
|
// base = file("akka-amqp"),
|
||||||
dependencies = Seq(actor, testkit % "test->test"),
|
// dependencies = Seq(actor, testkit % "test->test"),
|
||||||
settings = defaultSettings ++ Seq(
|
// settings = defaultSettings ++ Seq(
|
||||||
libraryDependencies ++= Dependencies.amqp
|
// libraryDependencies ++= Dependencies.amqp
|
||||||
)
|
// )
|
||||||
)
|
// )
|
||||||
|
|
||||||
lazy val mailboxes = Project(
|
lazy val mailboxes = Project(
|
||||||
id = "akka-durable-mailboxes",
|
id = "akka-durable-mailboxes",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue