ndimiduk commented on pull request #3243:
URL: https://github.com/apache/hbase/pull/3243#issuecomment-839085013


   @apurtell how would you like this change to proceed? Would you prefer that 
we also shade all of jackson within the 
`hbase-shaded-jackson-jaxrs-json-provider` module? For your reference,
   
   `mvn dependency:tree` of the new module:
   
   ```
   [INFO] +- 
org.apache.hbase.thirdparty:hbase-shaded-jackson-jaxrs-json-provider:jar:3.5.1-SNAPSHOT:compile
   [INFO] |  +- 
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.10.1:compile
   [INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile
   [INFO] |  \- jakarta.activation:jakarta.activation-api:jar:1.2.1:compile
   ```
   
   Dependency list from the dependency-reduced-pom.xml
   
   ```
     <dependencies>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-core</artifactId>
         <version>2.10.1</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
         <version>2.10.1</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.module</groupId>
         <artifactId>jackson-module-jaxb-annotations</artifactId>
         <version>2.10.1</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-annotations</artifactId>
         <version>2.10.1</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>jakarta.xml.bind</groupId>
         <artifactId>jakarta.xml.bind-api</artifactId>
         <version>2.3.2</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>jakarta.activation</groupId>
         <artifactId>jakarta.activation-api</artifactId>
         <version>1.2.1</version>
         <scope>compile</scope>
       </dependency>
     </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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to