Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/3703
  
    We cannot add any other dependencies to the pom files. Adding "akka" back 
will create a conflict with the "flakka" files.
    
    What we can do is wither of the following two options:
      - Release "flakka" for Scala 2.12 and then we need to change nothing in 
Flink. The flakka code is at https://github.com/mxm/flakka - we can do the 
release, you could help up by checking out what needs to be done to use flakka 
with Scala 2.12 (if it is at all possible)
    
      - See if we can pull out the dependency as a property ans use "flakka" 
int the Scala 2.10 and 2.11 case and use vanilla akka 2.4 in the 
java8/scala2.12 case. That would be a lot of Maven hacking, though - if 
possible, I would prefer the first variant (less complexity in Flink).
    
    We can also not add more Travis build profiles (builds take too long 
already). We need to keep that number as it is and simply select one of these 
profiles to use Scala 2.12 rather than for example 2.10.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to