Remove akka-agent #26184

This commit is contained in:
Arnout Engelen 2019-04-18 15:41:02 +02:00
parent 2e99b2921d
commit a8bd5af1fb
No known key found for this signature in database
GPG key ID: BB8C0F854A1E2105
13 changed files with 8 additions and 943 deletions

View file

@ -40,7 +40,6 @@ lazy val aggregatedProjects: Seq[ProjectReference] = List[ProjectReference](
actorTestkitTyped,
actorTyped,
actorTypedTests,
agent,
benchJmh,
benchJmhTyped,
cluster,
@ -96,16 +95,8 @@ lazy val actorTests = akkaModule("akka-actor-tests")
.enablePlugins(NoPublish)
.disablePlugins(MimaPlugin, WhiteSourcePlugin)
lazy val agent = akkaModule("akka-agent")
.dependsOn(actor, testkit % "test->test")
.settings(Dependencies.agent)
.settings(AutomaticModuleName.settings("akka.agent"))
.settings(OSGi.agent)
.enablePlugins(ScaladocNoVerificationOfDiagrams)
lazy val akkaScalaNightly = akkaModule("akka-scala-nightly")
// remove dependencies that we have to build ourselves (Scala STM)
.aggregate(aggregatedProjects.diff(List[ProjectReference](agent, docs)): _*)
.aggregate(aggregatedProjects: _*)
.disablePlugins(MimaPlugin)
.disablePlugins(ValidatePullRequest, MimaPlugin, CopyrightHeaderInPr)
@ -206,7 +197,6 @@ lazy val docs = akkaModule("akka-docs")
cluster,
clusterMetrics,
slf4j,
agent,
osgi,
persistenceTck,
persistenceQuery,