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

32 lines
1.2 KiB
XML
Raw Normal View History

2013-07-06 01:26:50 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<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.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
2013-08-30 17:43:00 +08:00
<version>0.5.0.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>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>
<modules>
<module>spring-boot-starter</module>
<module>spring-boot-starter-aop</module>
<module>spring-boot-starter-batch</module>
<module>spring-boot-starter-data-jpa</module>
<module>spring-boot-starter-integration</module>
<module>spring-boot-starter-jetty</module>
<module>spring-boot-starter-logging</module>
2013-07-31 16:46:34 +08:00
<module>spring-boot-starter-actuator</module>
<module>spring-boot-starter-parent</module>
<module>spring-boot-starter-security</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>
2013-07-06 01:26:50 +08:00
</modules>
</project>