From 49d7d2fa9b0759b07d942683bcd082f9dda97f2c Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Fri, 7 Jun 2019 08:57:23 +0100 Subject: [PATCH] Remove removed modules from AkkaDiscipline plugin (#27099) --- project/AkkaDisciplinePlugin.scala | 4 ---- 1 file changed, 4 deletions(-) diff --git a/project/AkkaDisciplinePlugin.scala b/project/AkkaDisciplinePlugin.scala index 6fff78122c..cc3a77cfa6 100644 --- a/project/AkkaDisciplinePlugin.scala +++ b/project/AkkaDisciplinePlugin.scala @@ -20,10 +20,6 @@ object AkkaDisciplinePlugin extends AutoPlugin with ScalafixSupport { val nonFatalWarningsFor = Set( // We allow warnings in docs to get the 'snippets' right "akka-docs", - // To be removed from Akka - "akka-agent", - "akka-camel", - "akka-contrib", // To be reviewed "akka-actor-typed-tests", "akka-bench-jmh",