zhenyuT commented on issue #540:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/issues/540#issuecomment-1835291730

   ```
   <dependency>
               <groupId>org.apache.hugegraph</groupId>
               <artifactId>hugegraph-client</artifactId>
               <version>1.0.0</version>
               <exclusions>
                   <exclusion>
                       <groupId>org.glassfish.jersey.media</groupId>
                       <artifactId>jersey-media-json-jackson</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
   ```
   
   我本地排除org.glassfish.jersey.media:jersey-media-json-jackson依赖后,遇到了和你相同的错误。
   我猜测你可能也是类似的情况
   检查下你的项目中jersey-media-json-jackson依赖是否正常?
   
   如果可以最好贴出你项目完整的pom依赖


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

Reply via email to