baobao-sudo commented on issue #463:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/issues/463#issuecomment-1641657070

   > > 以前的旧版 2.0.1 适配 springboot2.X 吗,如果适配,我可以先降级,等后面新版本解决了这个问题再升级
   > 
   > @z7658329 之前的可以, 根因应该是升级 common 导致的, 其实最简单的办法就是换一下 common 到 1.0.1 就可以解决了. 
重新编译一下 client 就行 (旧版包名之类的不一致)
   
   想问下我就是把common包升级了,还是报同样的错,是从stage的仓库下载的上传到私服
   <dependency>
                   <groupId>org.apache.hugegraph</groupId>
                   <artifactId>hugegraph-client</artifactId>
                   <version>1.0.0</version>
               <exclusions>
                   <exclusion>
                       <artifactId>guava</artifactId>
                       <groupId>com.google.guava</groupId>
                   </exclusion>
                   <exclusion>
                       <artifactId>slf4j-api</artifactId>
                       <groupId>org.slf4j</groupId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.apache.hugegraph</groupId>
                       <artifactId>hugegraph-common</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
   
           <dependency>
               <groupId>org.apache.hugegraph</groupId>
               <artifactId>hugegraph-common</artifactId>
               <version>1.0.0</version>
               <exclusions>
                   <exclusion>
                       <artifactId>guava</artifactId>
                       <groupId>com.google.guava</groupId>
                   </exclusion>
                   <exclusion>
                       <artifactId>slf4j-api</artifactId>
                       <groupId>org.slf4j</groupId>
                   </exclusion>
               </exclusions>
           </dependency>


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