TyrantLucifer opened a new issue, #2191: URL: https://github.com/apache/incubator-seatunnel/issues/2191
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Running spark-connector-v2-example in idea develop environment failed, the error as the following image:  I think it maybe the dependencies in pom has some problems, I try to add the 3.0.X `janino` dependency in pom and fixed it. In whole project I see it had been added the janino dependency in pom, but the version is `3.1.X`, maybe the `org/codehaus/janino/InternalCompilerException` not be contained in `3.1.X` In my option, we should add the `janino` 3.0.X dependency in pom. ### SeaTunnel Version dev ### SeaTunnel Config ```conf none ``` ### Running Command ```shell none ``` ### Error Exception ```log Caused by: java.lang.ClassNotFoundException: org.codehaus.janino.InternalCompilerException at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 47 more ``` ### Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots  ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
