nutzboot/nutzboot-demo/nutzboot-demo-dubbo/pom.xml
2019-03-29 14:15:59 +08:00

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>