spring-boot/spring-boot-starters/pom.xml

48 lines
1.9 KiB
XML
Raw Normal View History

2013-07-06 01:26:50 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2014-04-01 18:05:51 +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">
2013-07-06 01:26:50 +08:00
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
2014-04-24 17:24:28 +08:00
<version>1.0.3.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath>
2013-07-06 01:26:50 +08:00
</parent>
<artifactId>spring-boot-starters</artifactId>
2013-07-06 01:26:50 +08:00
<packaging>pom</packaging>
2014-04-01 16:10:51 +08:00
<name>Spring Boot Starters</name>
<description>Spring Boot Starters</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
2013-07-06 01:26:50 +08:00
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>
<modules>
<module>spring-boot-starter</module>
2013-10-07 23:54:52 +08:00
<module>spring-boot-starter-amqp</module>
<module>spring-boot-starter-aop</module>
<module>spring-boot-starter-batch</module>
<module>spring-boot-starter-data-jpa</module>
<module>spring-boot-starter-data-mongodb</module>
<module>spring-boot-starter-integration</module>
<module>spring-boot-starter-jdbc</module>
<module>spring-boot-starter-jetty</module>
<module>spring-boot-starter-logging</module>
<module>spring-boot-starter-log4j</module>
2013-11-05 14:05:08 +08:00
<module>spring-boot-starter-mobile</module>
2013-07-31 16:46:34 +08:00
<module>spring-boot-starter-actuator</module>
<module>spring-boot-starter-parent</module>
2013-11-18 18:54:33 +08:00
<module>spring-boot-starter-redis</module>
<module>spring-boot-starter-security</module>
<module>spring-boot-starter-remote-shell</module>
<module>spring-boot-starter-test</module>
2014-01-24 17:28:45 +08:00
<module>spring-boot-starter-thymeleaf</module>
<module>spring-boot-starter-tomcat</module>
<module>spring-boot-starter-web</module>
2013-07-31 05:02:25 +08:00
<module>spring-boot-starter-websocket</module>
<module>spring-boot-starter-data-rest</module>
2013-07-06 01:26:50 +08:00
</modules>
</project>