linghengqian opened a new pull request, #2412: URL: https://github.com/apache/shardingsphere-elasticjob/pull/2412
Fixes #2258. Changes proposed in this pull request: - Removes non-existent `elasticjob-tracing-api` and `elasticjob-error-handler-spi` module. This will resolve the following build-time Warning. ```shell [WARNING] The POM for org.apache.shardingsphere.elasticjob:elasticjob-infra-common:jar:3.1.0-SNAPSHOT is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.shardingsphere.elasticjob:elasticjob-infra-common:jar:3.1.0-SNAPSHOT is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.shardingsphere.elasticjob:elasticjob-tracing-api:jar:3.1.0-SNAPSHOT is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.shardingsphere.elasticjob:elasticjob-tracing-api:jar:3.1.0-SNAPSHOT is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details ``` -- 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]
