增加开源模块
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@47 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
parent
ac31f7d460
commit
a65e71c7d9
|
|
@ -21,14 +21,14 @@
|
|||
<artifactId>dubbo-parent</artifactId>
|
||||
<version>2.0.8-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dubbo-registry-multicast</artifactId>
|
||||
<artifactId>dubbo-remoting-grizzly</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Dubbo Multicast Registry Module</name>
|
||||
<description>The multicast registry module of dubbo project</description>
|
||||
<name>Dubbo Grizzly Remoting Module</name>
|
||||
<description>The grizzly remoting module of dubbo project</description>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>dubbo-registry</artifactId>
|
||||
<artifactId>dubbo-remoting</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
|||
|
|
@ -21,14 +21,14 @@
|
|||
<artifactId>dubbo-parent</artifactId>
|
||||
<version>2.0.8-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dubbo-registry-multicast</artifactId>
|
||||
<artifactId>dubbo-remoting-mina</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Dubbo Multicast Registry Module</name>
|
||||
<description>The multicast registry module of dubbo project</description>
|
||||
<name>Dubbo Mina Remoting Module</name>
|
||||
<description>The mina remoting module of dubbo project</description>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>dubbo-registry</artifactId>
|
||||
<artifactId>dubbo-remoting</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
|||
|
|
@ -21,14 +21,14 @@
|
|||
<artifactId>dubbo-parent</artifactId>
|
||||
<version>2.0.8-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dubbo-registry-multicast</artifactId>
|
||||
<artifactId>dubbo-rpc-hessian</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Dubbo Multicast Registry Module</name>
|
||||
<description>The multicast registry module of dubbo project</description>
|
||||
<name>Dubbo Hessian RPC Module</name>
|
||||
<description>The hessian rpc module of dubbo project</description>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>dubbo-registry</artifactId>
|
||||
<artifactId>dubbo-rpc</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
|||
|
|
@ -21,14 +21,14 @@
|
|||
<artifactId>dubbo-parent</artifactId>
|
||||
<version>2.0.8-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dubbo-registry-multicast</artifactId>
|
||||
<artifactId>dubbo-rpc-rmi</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Dubbo Multicast Registry Module</name>
|
||||
<description>The multicast registry module of dubbo project</description>
|
||||
<name>Dubbo RMI RPC Module</name>
|
||||
<description>The rmi rpc module of dubbo project</description>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>dubbo-registry</artifactId>
|
||||
<artifactId>dubbo-rpc</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
|||
Loading…
Reference in New Issue