You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.6 KiB
39 lines
1.6 KiB
<?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> |
|
<version>1.0.0.RC2</version> |
|
<relativePath>../spring-boot-parent</relativePath> |
|
</parent> |
|
<artifactId>spring-boot-starters</artifactId> |
|
<packaging>pom</packaging> |
|
<properties> |
|
<main.basedir>${basedir}/..</main.basedir> |
|
</properties> |
|
<modules> |
|
<module>spring-boot-starter</module> |
|
<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> |
|
<module>spring-boot-starter-mobile</module> |
|
<module>spring-boot-starter-actuator</module> |
|
<module>spring-boot-starter-parent</module> |
|
<module>spring-boot-starter-redis</module> |
|
<module>spring-boot-starter-security</module> |
|
<module>spring-boot-starter-shell-remote</module> |
|
<module>spring-boot-starter-test</module> |
|
<module>spring-boot-starter-thymeleaf</module> |
|
<module>spring-boot-starter-tomcat</module> |
|
<module>spring-boot-starter-web</module> |
|
<module>spring-boot-starter-websocket</module> |
|
</modules> |
|
</project>
|
|
|