liaorui opened a new issue #2130: URL: https://github.com/apache/incubator-inlong/issues/2130
### What happened <img width="1859" alt="wecom-temp-43d757d1e8da72283631423407304ac4" src="https://user-images.githubusercontent.com/2731242/148746662-9a57908a-db76-4870-9e6a-6dbe1b685d62.png"> ### What you expected to happen `inlong-sort/pom.xml` import mockito-core, but scope is `test`. `objenesis` will not be packaged in final all-in-one jar. ``` <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockito.version}</version> <scope>test</scope> </dependency> ``` ### How to reproduce just pull the latest master code, packages, and run sort-core-***.jar in Flink, the error will occur. ### Environment _No response_ ### InLong version master ### InLong Component InLong Sort ### 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]
