You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "mercyblitz (GitHub)" <gi...@apache.org> on 2018/12/18 02:13:50 UTC

[GitHub] [incubator-dubbo-spring-boot-project] mercyblitz commented on issue #328: 自定义Starter,Dubbo的版本信息不正确,消费者注册不进注册中心

You could add these dependencies to your `pom.xml`:

```xml

<!-- Dubbo -->
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>dubbo</artifactId>
    <version>2.6.5</version>
</dependency>
<!-- Spring Context Extras -->
<dependency>
    <groupId>com.alibaba.spring</groupId>
    <artifactId>spring-context-support</artifactId>
    <version>1.0.2</version>
</dependency>
```

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/328 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org