imgoby commented on issue #13621: URL: https://github.com/apache/dubbo/issues/13621#issuecomment-1893837281
Lack of dependencies and writing dependency like this can lead to errors: ``` <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-native</artifactId> </dependency> <!-- <dependency>--> <!-- <groupId>org.apache.dubbo</groupId>--> <!-- <artifactId>dubbo-remoting-netty4</artifactId>--> <!-- </dependency>--> <!-- <dependency>--> <!-- <groupId>org.apache.dubbo</groupId>--> <!-- <artifactId>dubbo-serialization-fastjson2</artifactId>--> <!-- </dependency>--> <!-- <dependency>--> <!-- <groupId>org.apache.dubbo</groupId>--> <!-- <artifactId>dubbo-rpc-triple</artifactId>--> <!-- </dependency>--> <!-- <dependency>--> <!-- <groupId>org.apache.dubbo</groupId>--> <!-- <artifactId>dubbo-registry-zookeeper</artifactId>--> <!-- </dependency>--> <!-- <dependency>--> <!-- <groupId>org.apache.dubbo</groupId>--> <!-- <artifactId>dubbo-config-spring6</artifactId>--> <!-- </dependency>--> <!-- <dependency>--> <!-- <groupId>org.apache.dubbo</groupId>--> <!-- <artifactId>dubbo-rpc-dubbo</artifactId>--> <!-- </dependency>--> ``` should uncomment it. -- 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-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org