Removing akka.util.NonFatal and replacing it with scala.util.control.NonFatal
This commit is contained in:
parent
8095607982
commit
1261fab3af
27 changed files with 54 additions and 73 deletions
|
|
@ -6,7 +6,7 @@ import org.apache.camel.impl.DefaultCamelContext
|
|||
import scala.Predef._
|
||||
import akka.event.Logging
|
||||
import akka.camel.Camel
|
||||
import akka.util.NonFatal
|
||||
import scala.util.control.NonFatal
|
||||
import scala.concurrent.util.Duration
|
||||
import org.apache.camel.{ ProducerTemplate, CamelContext }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue