linghengqian opened a new issue, #6882: URL: https://github.com/apache/incubator-seata/issues/6882
<!-- Please do not use this issue template to report security vulnerabilities but refer to our [security policy](https://github.com/seata/seata/security/policy). --> - [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description - `org.apache.seata:seata-mock-server` depends on the non-existent `org.apache.seata:seata-server`. See https://mvnrepository.com/artifact/org.apache.seata/seata-mock-server/2.1.0 . ### Ⅱ. Describe what happened If there is an exception, please attach the exception trace: - This is an extension of surveys #6686 and #6860 . If `org.apache.seata:seata-mock-server` must depend on the non-existent `org.apache.seata:seata-server`, how can we use `org.apache.seata.mockserver.MockServer`? ```shell Could not find artifact org.apache.seata:seata-server:pom:2.1.0 in central (https://repo.maven.apache.org/maven2) ``` ### Ⅲ. Describe what you expected to happen ### Ⅳ. How to reproduce it (as minimally and precisely as possible) 1. Open https://mvnrepository.com/artifact/org.apache.seata/seata-mock-server/2.1.0 . Minimal yet complete reproducer code (or URL to code): - This doesn't seem to need any example. ### Ⅴ. Anything else we need to know? - No. ### Ⅵ. Environment: - JDK version(e.g. `java -version`): ```shell openjdk version "22.0.2" 2024-07-16 OpenJDK Runtime Environment GraalVM CE 22.0.2+9.1 (build 22.0.2+9-jvmci-b01) OpenJDK 64-Bit Server VM GraalVM CE 22.0.2+9.1 (build 22.0.2+9-jvmci-b01, mixed mode, sharing) ``` - Seata client/server version: `2.1.0` - Database version: `postgres:16.3-bookworm` - OS(e.g. `uname -a`): `Linux DESKTOP-2OCN434 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux` - Others: Null -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
