You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/12/19 03:47:56 UTC

[GitHub] [dubbo] dousp commented on issue #11156: java.lang.NoSuchMethodError: org.apache.zookeeper.server.quorum.flexible.QuorumMaj.(Ljava/util/Map;)V

dousp commented on issue #11156:
URL: https://github.com/apache/dubbo/issues/11156#issuecomment-1357048144

   dubbo old version is 2.5.3.
   now:
   ```
   <dubbo.version>3.0.12</dubbo.version>
   <spring.boot.version>2.4.13</spring.boot.version>
   
   <dependency>
                   <groupId>org.apache.dubbo</groupId>
                   <artifactId>dubbo-bom</artifactId>
                   <version>${dubbo.version}</version>
                   <type>pom</type>
                   <scope>import</scope>
   </dependency>
    <dependency>
                   <groupId>org.apache.dubbo</groupId>
                   <artifactId>dubbo-dependencies-zookeeper</artifactId>
                   <version>${dubbo.version}</version>
                   <type>pom</type>
   </dependency>
   
   <dependency>
          <groupId>org.apache.dubbo</groupId>
          <artifactId>dubbo</artifactId>
   </dependency>
   <dependency>
         <groupId>org.apache.dubbo</groupId>
         <artifactId>dubbo-dependencies-zookeeper</artifactId>
         <type>pom</type>
   </dependency>
   ```
   zookeeper version is 3.4.14
   


-- 
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@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org