nutzboot/nutzboot-demo/nutzboot-demo-zbus/nutzboot-demo-zbus-common/pom.xml
2019-02-20 14:00:04 +08:00

22 lines
730 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-zbus</artifactId>
<version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>nutzboot-demo-zbus-common</artifactId>
<dependencies>
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-starter-zbus</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.zbus</groupId>
<artifactId>zbus</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>