imgoby commented on issue #13613:
URL: https://github.com/apache/dubbo/issues/13613#issuecomment-1893406632

   I know something. 
   Lack of dependencies and writing dependency like this can lead to errors:
   What is the standard dependency  writing method? Ha ha~~
   
   ```
    <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>-->
   ```


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