mirror of
https://gitee.com/nutz/nutzboot.git
synced 2024-11-30 02:38:28 +08:00
25 lines
860 B
XML
25 lines
860 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.nutz</groupId>
|
|
<artifactId>nutzboot-demo</artifactId>
|
|
<version>2.3.3.v20190329</version>
|
|
</parent>
|
|
<artifactId>nutzboot-demo-dubbo</artifactId>
|
|
<packaging>pom</packaging>
|
|
<modules>
|
|
<module>nutzboot-demo-dubbo-common</module>
|
|
<module>nutzboot-demo-dubbo-rpc-client</module>
|
|
<module>nutzboot-demo-dubbo-rpc-service</module>
|
|
</modules>
|
|
<properties>
|
|
<zkclient.version>0.11</zkclient.version>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.nutz</groupId>
|
|
<artifactId>nutzboot-core</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |