Hi, Recently, I try to build a new project using dubbo, what confuse me is too many dependencies modules like: dubbo-bom, dubbo-dependencies, dubbo-dependencies-bom, . And then I notice the guide of dependencies http://dubbo.incubator.apache.org/zh-cn/docs/user/dependencies.html <http://dubbo.incubator.apache.org/zh-cn/docs/user/dependencies.html> is out of time.
There should be a new guide for dubbo 2.7.x. > 在 2019年4月3日,下午1:41,Huxing Zhang <[email protected]> 写道: > > Hi All, > > Recently I've created several issues to add external ecosystem project > into Dubbo, when reviewing the pull request, I've seen some common > issues. > > So I am thinking that it is necessary to have a documentation to guide > user to add a module to Dubbo. > > For example (Incomplete, please feel free to add more) > 1. Update dubbo-all/pom.xml > 2. Add your dependency to dubbo-bom/pom.xml > 3. External dependencies should go to dubbo-dependency-pom/pom.xml > 4. Add your dependency to dubbo-distribution/pom.xml > 5. Update dubbo-dependencies if necessary > 6. Check the License of your dependencies to make sure they are > compatible with Apache > > How do you think? > > -- > Best Regards! > Huxing >
