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 2018/09/10 06:53:01 UTC

[GitHub] a364176773 commented on issue #2477: 从dubbo2.6.0升级到2.6.3service注入出现问题

a364176773 commented on issue #2477: 从dubbo2.6.0升级到2.6.3service注入出现问题
URL: https://github.com/apache/incubator-dubbo/issues/2477#issuecomment-419807332
 
 
   pom dubbo部分
   		<!--dubbo start -->
   		<dependency>
   			<groupId>com.alibaba</groupId>
   			<artifactId>dubbo</artifactId>
   			<version>2.6.3</version>
   			<exclusions>
                   <exclusion>
                       <artifactId>spring</artifactId>   
                       <groupId>org.springframework</groupId>  
                   </exclusion>
                   <!-- <exclusion>
                       <artifactId>javassist</artifactId>   
                       <groupId>org.javassist</groupId>  
                   </exclusion>
                   <exclusion>
                       <artifactId>netty</artifactId>   
                       <groupId>io.netty</groupId>  
                   </exclusion> -->
               </exclusions>
   		</dependency>
   		<dependency>
   			<groupId>org.apache.zookeeper</groupId>
   			<artifactId>zookeeper</artifactId>
   			<version>3.4.6</version>
   		</dependency>
   		<dependency>
   			<groupId>com.101tec</groupId>
   			<artifactId>zkclient</artifactId>
   			<version>0.8</version>
   		</dependency>
   		<dependency>
   			<groupId>org.javassist</groupId>
   			<artifactId>javassist</artifactId>
   			<version>3.18.1-GA</version>
   		</dependency>
   		<!--dubbo end -->

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

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