damccorm opened a new issue, #20963:
URL: https://github.com/apache/beam/issues/20963

   I updated my project to beam 2.28.0 and also updated spring-boot to 
2.2.0.RELEASE
   
   this seems to be a problem because Spring isn't using the scala dependency 
any more. 
   
   But as my dependencies says spring-kafka-test is using scala 2.12.13. 
   
   This seems to be a problem in the testing envrionment. Because flink runner 
gets compiled with scala 2.11.12. As I understand scala 2.11 isn't compatible 
with scala 2.12.
   
   Which leads to errors in the test environment. 
   
    
   
   Adding 
   ```
   
   <!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
   <dependency>
    <groupId>com.google.guava</groupId>
   
   <artifactId>guava</artifactId>
    <version>26.0-jre</version>
   </dependency>
   ```
   
   to my pom.xml seems to solve the problem so far. 
   
    
   
   But it would be nice if runner-flink could use scala 2.12 too.
   
    
   
   I'm sorry if this issue isn't understandable. I'm not professional at 
working with maven and I only can describe as far as I understand the problem.
   
   Imported from Jira 
[BEAM-12195](https://issues.apache.org/jira/browse/BEAM-12195). Original Jira 
may contain additional context.
   Reported by: dominic.warzok.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to