You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/04/11 07:32:57 UTC

[GitHub] zonghaishang commented on issue #1588: 运行dubbo-test-examples模块下generic 报错

zonghaishang commented on issue #1588: 运行dubbo-test-examples模块下generic 报错
URL: https://github.com/apache/incubator-dubbo/issues/1588#issuecomment-380356323
 
 
   @shuohao
   
   "Dubbo-test pom.xml" Adding Dependencies:
   
   ``` xml
           <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>dubbo-serialization-api</artifactId>
           </dependency>
           <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>dubbo-serialization-hessian2</artifactId>
           </dependency>
           <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>dubbo-serialization-fst</artifactId>
           </dependency>
           <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>dubbo-serialization-fastjson</artifactId>
           </dependency>
           <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>dubbo-serialization-kryo</artifactId>
           </dependency>
           <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>dubbo-serialization-jdk</artifactId>
           </dependency>
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services