cnzakii commented on code in PR #4819:
URL: https://github.com/apache/eventmesh/pull/4819#discussion_r1557596489
##########
eventmesh-connectors/eventmesh-connector-prometheus/build.gradle:
##########
@@ -19,7 +19,7 @@ dependencies {
implementation project(":eventmesh-openconnect:eventmesh-openconnect-java")
implementation 'org.apache.httpcomponents:httpclient'
implementation 'com.github.rholder:guava-retrying'
- implementation 'com.alibaba:fastjson'
+ implementation 'com.alibaba:fastjson2'
compileOnly 'org.projectlombok:lombok'
Review Comment:
Thank you very much for helping me pinpoint the issue. I did see an error
indication in IntelliJ IDEA, but I didn't notice this particular problem, so I
ended up overlooking it (IDEA sometimes has bugs related to dependencies ðŸ˜).
--
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]