You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "ralf0131 (GitHub)" <gi...@apache.org> on 2018/10/07 03:32:10 UTC

[GitHub] [incubator-dubbo] ralf0131 commented on issue #2570: dubbo无法在 【非spring + tomcat】环境下运行

@yangfuhai In this case, please don't depend on the all in one dependency. 

```xml
    <groupId>com.alibaba</groupId>
    <artifactId>dubbo</artifactId>
    <version>2.6.3</version>
```

And try to depend on the specific module you wish to use, e.g. 

```xml
    <groupId>com.alibaba</groupId>
    <artifactId>dubbo-config-api</artifactId>
    <version>2.6.3</version>
```

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