ruanwenjun edited a comment on issue #1552:
URL: 
https://github.com/apache/incubator-seatunnel/issues/1552#issuecomment-1078621452


   I tested in jdk11, it failed with `scala-maven-plugin` execute failed, this 
may be related to scala version.
   
   After upgrade scala version to 2.11.12 and add `scala-library`, then build 
success.
   ```
   <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>${scala.version}</version>
   </dependency>
   ```
   
   And do we need to add a `seatunnel-scala` module to put the scala lib, now I 
put the scala lib in `seatunnel-config-shade` module, since this module will be 
dependenced by all other module.


-- 
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