2018-01-03 12:56:54 +08:00
|
|
|
<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-parent</artifactId>
|
2018-01-10 14:36:14 +08:00
|
|
|
<version>2.1.0</version>
|
2018-01-03 12:56:54 +08:00
|
|
|
</parent>
|
|
|
|
<artifactId>nutzboot-contrib</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>nutzboot-contrib-parent</name>
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:git://github.com/nutzam/nutzboot.git</connection>
|
|
|
|
<developerConnection>scm:git:git://github.com/nutzam/nutzboot.git</developerConnection>
|
|
|
|
<url>git://github.com/nutzam/nutzboot.git</url>
|
|
|
|
</scm>
|
|
|
|
<modules>
|
|
|
|
<module>nutzboot-starter-uflo</module>
|
|
|
|
<module>nutzboot-starter-ureport</module>
|
|
|
|
<module>nutzboot-starter-urule</module>
|
|
|
|
<module>nutzboot-starter-xxl-job-executor</module>
|
|
|
|
<module>nutzboot-starter-ngrok</module>
|
2018-01-04 10:50:18 +08:00
|
|
|
<module>nutzboot-starter-hystrix-dashboard</module>
|
2018-01-09 15:41:12 +08:00
|
|
|
<module>nutzboot-starter-activiti</module>
|
2018-01-03 12:56:54 +08:00
|
|
|
</modules>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.nutz</groupId>
|
|
|
|
<artifactId>nutzboot-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|