hhkkxxx133 commented on a change in pull request #17466: URL: https://github.com/apache/flink/pull/17466#discussion_r730517763
########## File path: flink-formats/flink-avro-glue-schema-registry/pom.xml ########## @@ -71,6 +72,12 @@ under the License. <version>${kotlin.version}</version> </dependency> + <dependency> + <groupId>io.github.classgraph</groupId> + <artifactId>classgraph</artifactId> + <version>${classgraph.version}</version> + </dependency> + Review comment: This is required for Json module as the following conflict is observed: ``` Dependency convergence error for io.github.classgraph:classgraph:4.8.120 paths to dependency are: +-org.apache.flink:flink-glue-schema-registry-json-test:1.15-SNAPSHOT +-org.apache.flink:flink-json-glue-schema-registry_2.12:1.15-SNAPSHOT +-software.amazon.glue:schema-registry-serde:1.1.5 +-io.github.classgraph:classgraph:4.8.120 and +-org.apache.flink:flink-glue-schema-registry-json-test:1.15-SNAPSHOT +-org.apache.flink:flink-json-glue-schema-registry_2.12:1.15-SNAPSHOT +-com.kjetland:mbknor-jackson-jsonschema_2.12:1.0.39 +-io.github.classgraph:classgraph:4.8.21 ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org