You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "RaigorJiang (via GitHub)" <gi...@apache.org> on 2023/04/06 04:38:28 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new issue, #25022: Incorrect groupId for jackson-dataformat-yaml

RaigorJiang opened a new issue, #25022:
URL: https://github.com/apache/shardingsphere/issues/25022

   Now the pom of `jackson-dataformat-yaml` is defined as follows
   ```xml
   <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-dataformat-yaml</artifactId>
       <version>${jackson.version}</version>
   </dependency>
   ```
   
   But its correct groupId is `com.fasterxml.jackson.dataformat`
   ```xml
   <dependency>
       <groupId>com.fasterxml.jackson.dataformat</groupId>
       <artifactId>jackson-dataformat-yaml</artifactId>
       <version>${jackson.version}</version>
   </dependency>
   ```
   
   > https://github.com/FasterXML/jackson-dataformats-text/tree/master/yaml


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] sandynz closed issue #25022: Incorrect groupId for jackson-dataformat-yaml

Posted by "sandynz (via GitHub)" <gi...@apache.org>.
sandynz closed issue #25022: Incorrect groupId for jackson-dataformat-yaml
URL: https://github.com/apache/shardingsphere/issues/25022


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org