nutzboot/nutzboot-demo/nutzboot-demo-servicecomb/pom.xml
2019-05-16 14:40:38 +08:00

24 lines
838 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.6-SNAPSHOT</version>
</parent>
<artifactId>nutzboot-demo-servicecomb</artifactId>
<packaging>pom</packaging>
<modules>
<module>nutzboot-demo-servicecomb-common</module>
<module>nutzboot-demo-servicecomb-rpc-client</module>
<module>nutzboot-demo-servicecomb-rpc-service</module>
</modules>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-core</artifactId>
</dependency>
</dependencies>
</project>