nutzboot/nutzboot-starter/pom.xml

76 lines
3.2 KiB
XML
Raw Normal View History

<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-08-06 12:50:04 +08:00
<version>2.3-SNAPSHOT</version>
</parent>
<artifactId>nutzboot-starter</artifactId>
<packaging>pom</packaging>
<name>nutzboot-starter</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>
2019-04-04 09:31:40 +08:00
<!--<module>nutzboot-starter-beetlsql</module>-->
<!--<module>nutzboot-starter-jetty</module>-->
<!--<module>nutzboot-starter-undertow</module>-->
<!--<module>nutzboot-starter-tomcat</module>-->
<!--<module>nutzboot-starter-nutz-dao</module>-->
<!--<module>nutzboot-starter-swagger</module>-->
<!--<module>nutzboot-starter-mongodb</module>-->
<!--<module>nutzboot-starter-jdbc</module>-->
<!--<module>nutzboot-starter-weixin</module>-->
<!--<module>nutzboot-starter-quartz</module>-->
<!--<module>nutzboot-starter-wkcache</module>-->
<!--<module>nutzboot-starter-redis</module>-->
<!--<module>nutzboot-starter-ssdb</module>-->
<!--<module>nutzboot-starter-disque</module>-->
<!--<module>nutzboot-starter-beetl</module>-->
<!--<module>nutzboot-starter-jetx</module>-->
<!--<module>nutzboot-starter-sharding-jdbc</module>-->
<!--<module>nutzboot-starter-thymeleaf</module>-->
<!--<module>nutzboot-starter-zkclient</module>-->
<!--<module>nutzboot-starter-velocity</module>-->
<!--<module>nutzboot-starter-cxf</module>-->
<!--<module>nutzboot-starter-feign</module>-->
<!--<module>nutzboot-starter-caffeine</module>-->
<!--<module>nutzboot-starter-hystrix</module>-->
<!---->
<!--<module>nutzboot-starter-nutz-mvc</module>-->
<!--<module>nutzboot-starter-shiro</module>-->
<!--<module>nutzboot-starter-dubbo</module>-->
<!--<module>nutzboot-starter-zbus</module>-->
2019-04-04 09:31:40 +08:00
<!--<module>nutzboot-starter-eureka-client</module>-->
<!--<module>nutzboot-starter-eureka-server</module>-->
<!--<module>nutzboot-starter-rabbitmq</module>-->
<!--<module>nutzboot-starter-tio</module>-->
<!--<module>nutzboot-starter-apollo-client</module>-->
<!--<module>nutzboot-starter-config-client</module>-->
<!--<module>nutzboot-starter-j2cache</module>-->
<!--<module>nutzboot-starter-freemarker</module>-->
<!--<module>nutzboot-starter-tio-mvc</module>-->
<!--<module>nutzboot-starter-web3j</module>-->
<!--<module>nutzboot-starter-test-junit4</module>-->
<!--<module>nutzboot-starter-mqtt-client</module>-->
<!--<module>nutzboot-servlet3</module>-->
<!--<module>nutzboot-spring4</module>-->
<!--<module>nutzboot-starter-elasticsearch</module>-->
<!--<module>nutzboot-starter-email</module>-->
<module>nutzboot-starter-sqlxmltpl</module>
</modules>
2017-11-02 23:27:34 +08:00
<dependencies>
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-core</artifactId>
2017-11-02 23:27:34 +08:00
</dependency>
</dependencies>
2018-06-11 21:54:57 +08:00
</project>