FANNG1 commented on issue #8353:
URL: https://github.com/apache/gravitino/issues/8353#issuecomment-3235996169

   Jackson 2.15  is introduced by `catalog-common` which adds `common` 
dependence in #7877 .  `catalog-common` is designed to store some constants 
only with little dependencies and is used by connectors, bundles, servers,  
could we make `catalog-common` not depend on `common`? @diqiu50 @yuqi1129 
@mchades @jerryshao  WDYT?
   
   ```
   \--- project :spark-connector:spark-common
        +--- project :catalogs:catalog-common
        |    +--- project :common
        |    |    +--- project :api
        |    |    |    +--- org.apache.commons:commons-lang3:3.14.0
        |    |    |    +--- org.apache.commons:commons-collections4:4.4
        |    |    |    \--- com.google.guava:guava:32.1.3-jre
        |    |    |         +--- com.google.guava:failureaccess:1.0.1
        |    |    |         +--- 
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
        |    |    |         +--- com.google.code.findbugs:jsr305:3.0.2
        |    |    |         +--- org.checkerframework:checker-qual:3.37.0
        |    |    |         \--- 
com.google.errorprone:error_prone_annotations:2.21.1
        |    |    +--- org.apache.commons:commons-collections4:4.4
        |    |    +--- org.apache.commons:commons-lang3:3.14.0
        |    |    +--- com.google.guava:guava:32.1.3-jre (*)
        |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.15.2
        |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.15.2
        |    |    |         +--- 
com.fasterxml.jackson.core:jackson-annotations:2.15.2 (c)
        |    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.15.2 
(c)
        |    |    |         +--- 
com.fasterxml.jackson.core:jackson-databind:2.15.2 (c)
        |    |    |         +--- 
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2 (c)
        |    |    |         \--- 
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2 (c)
   ```


-- 
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]

Reply via email to