2013-07-06 01:26:50 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-06-07 08:31:19 +08:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2019-03-17 00:01:11 +08:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2013-07-06 01:26:50 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2013-07-26 18:50:02 +08:00
|
|
|
<groupId>org.springframework.boot</groupId>
|
2013-07-27 03:30:54 +08:00
|
|
|
<artifactId>spring-boot-parent</artifactId>
|
2017-06-01 05:27:23 +08:00
|
|
|
<version>${revision}</version>
|
2013-08-03 12:48:19 +08:00
|
|
|
<relativePath>../spring-boot-parent</relativePath>
|
2013-07-06 01:26:50 +08:00
|
|
|
</parent>
|
2013-07-31 07:20:36 +08:00
|
|
|
<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>
|
2013-07-06 01:26:50 +08:00
|
|
|
<properties>
|
2017-06-01 05:27:23 +08:00
|
|
|
<main.basedir>${basedir}/../..</main.basedir>
|
2013-07-06 01:26:50 +08:00
|
|
|
</properties>
|
|
|
|
<modules>
|
2013-07-31 07:20:36 +08:00
|
|
|
<module>spring-boot-starter</module>
|
2016-05-22 02:13:32 +08:00
|
|
|
<module>spring-boot-starter-activemq</module>
|
2013-10-07 23:54:52 +08:00
|
|
|
<module>spring-boot-starter-amqp</module>
|
2013-09-11 20:14:49 +08:00
|
|
|
<module>spring-boot-starter-aop</module>
|
2015-06-19 11:59:55 +08:00
|
|
|
<module>spring-boot-starter-artemis</module>
|
2013-07-31 07:20:36 +08:00
|
|
|
<module>spring-boot-starter-batch</module>
|
2015-06-03 23:29:57 +08:00
|
|
|
<module>spring-boot-starter-cache</module>
|
2014-10-28 22:08:15 +08:00
|
|
|
<module>spring-boot-starter-cloud-connectors</module>
|
2014-12-22 18:06:37 +08:00
|
|
|
<module>spring-boot-starter-data-cassandra</module>
|
2017-03-10 12:56:14 +08:00
|
|
|
<module>spring-boot-starter-data-cassandra-reactive</module>
|
2015-07-30 15:49:50 +08:00
|
|
|
<module>spring-boot-starter-data-couchbase</module>
|
2017-10-29 22:47:06 +08:00
|
|
|
<module>spring-boot-starter-data-couchbase-reactive</module>
|
2014-06-01 19:32:46 +08:00
|
|
|
<module>spring-boot-starter-data-elasticsearch</module>
|
2018-09-20 19:16:22 +08:00
|
|
|
<module>spring-boot-starter-data-jdbc</module>
|
2013-07-31 07:20:36 +08:00
|
|
|
<module>spring-boot-starter-data-jpa</module>
|
2016-05-18 20:49:34 +08:00
|
|
|
<module>spring-boot-starter-data-ldap</module>
|
2014-01-27 02:25:45 +08:00
|
|
|
<module>spring-boot-starter-data-mongodb</module>
|
2017-02-08 16:42:41 +08:00
|
|
|
<module>spring-boot-starter-data-mongodb-reactive</module>
|
2015-09-02 14:57:37 +08:00
|
|
|
<module>spring-boot-starter-data-neo4j</module>
|
2016-01-26 15:31:34 +08:00
|
|
|
<module>spring-boot-starter-data-redis</module>
|
2017-11-16 02:02:59 +08:00
|
|
|
<module>spring-boot-starter-data-redis-reactive</module>
|
2014-04-28 15:52:37 +08:00
|
|
|
<module>spring-boot-starter-data-rest</module>
|
2014-04-28 13:45:19 +08:00
|
|
|
<module>spring-boot-starter-data-solr</module>
|
2014-04-30 00:46:55 +08:00
|
|
|
<module>spring-boot-starter-freemarker</module>
|
2014-05-28 23:13:16 +08:00
|
|
|
<module>spring-boot-starter-groovy-templates</module>
|
2015-01-22 23:22:50 +08:00
|
|
|
<module>spring-boot-starter-hateoas</module>
|
2013-07-31 07:20:36 +08:00
|
|
|
<module>spring-boot-starter-integration</module>
|
2013-09-13 02:53:57 +08:00
|
|
|
<module>spring-boot-starter-jdbc</module>
|
2014-10-02 17:32:55 +08:00
|
|
|
<module>spring-boot-starter-jersey</module>
|
2013-07-31 07:20:36 +08:00
|
|
|
<module>spring-boot-starter-jetty</module>
|
2015-04-11 22:17:30 +08:00
|
|
|
<module>spring-boot-starter-jooq</module>
|
2017-06-02 17:27:18 +08:00
|
|
|
<module>spring-boot-starter-json</module>
|
2014-08-22 14:22:31 +08:00
|
|
|
<module>spring-boot-starter-jta-atomikos</module>
|
|
|
|
<module>spring-boot-starter-jta-bitronix</module>
|
2013-07-31 07:20:36 +08:00
|
|
|
<module>spring-boot-starter-logging</module>
|
2014-09-16 01:24:46 +08:00
|
|
|
<module>spring-boot-starter-log4j2</module>
|
2014-10-29 22:25:39 +08:00
|
|
|
<module>spring-boot-starter-mail</module>
|
2015-01-09 21:50:39 +08:00
|
|
|
<module>spring-boot-starter-mustache</module>
|
2013-07-31 16:46:34 +08:00
|
|
|
<module>spring-boot-starter-actuator</module>
|
2018-10-25 09:08:44 +08:00
|
|
|
<module>spring-boot-starter-oauth2-client</module>
|
2018-10-25 00:35:40 +08:00
|
|
|
<module>spring-boot-starter-oauth2-resource-server</module>
|
2013-07-31 07:20:36 +08:00
|
|
|
<module>spring-boot-starter-parent</module>
|
2015-10-26 08:29:56 +08:00
|
|
|
<module>spring-boot-starter-quartz</module>
|
2017-01-26 21:28:15 +08:00
|
|
|
<module>spring-boot-starter-reactor-netty</module>
|
2013-07-31 07:20:36 +08:00
|
|
|
<module>spring-boot-starter-security</module>
|
2013-10-11 03:46:59 +08:00
|
|
|
<module>spring-boot-starter-test</module>
|
2014-01-24 17:28:45 +08:00
|
|
|
<module>spring-boot-starter-thymeleaf</module>
|
2013-07-31 07:20:36 +08:00
|
|
|
<module>spring-boot-starter-tomcat</module>
|
2014-11-14 16:20:14 +08:00
|
|
|
<module>spring-boot-starter-undertow</module>
|
2015-03-30 21:01:48 +08:00
|
|
|
<module>spring-boot-starter-validation</module>
|
2013-07-31 07:20:36 +08:00
|
|
|
<module>spring-boot-starter-web</module>
|
2017-01-26 21:28:15 +08:00
|
|
|
<module>spring-boot-starter-webflux</module>
|
2013-07-31 05:02:25 +08:00
|
|
|
<module>spring-boot-starter-websocket</module>
|
2016-05-12 21:49:29 +08:00
|
|
|
<module>spring-boot-starter-web-services</module>
|
2013-07-06 01:26:50 +08:00
|
|
|
</modules>
|
2014-05-31 08:10:06 +08:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-rules</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<bannedDependencies>
|
|
|
|
<excludes>
|
2014-06-05 00:30:16 +08:00
|
|
|
<exclude>commons-logging:*:*</exclude>
|
2017-08-08 04:16:08 +08:00
|
|
|
<exclude>org.hibernate:hibernate-validator:*</exclude>
|
2014-05-31 08:10:06 +08:00
|
|
|
</excludes>
|
|
|
|
<searchTransitive>true</searchTransitive>
|
|
|
|
</bannedDependencies>
|
2014-06-11 03:40:35 +08:00
|
|
|
<dependencyConvergence />
|
2014-05-31 08:10:06 +08:00
|
|
|
</rules>
|
|
|
|
<fail>true</fail>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-03-30 00:19:29 +08:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>assemble-starter-poms</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>src/main/assembly/starter-poms-assembly.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-04-14 01:56:39 +08:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2016-03-30 00:19:29 +08:00
|
|
|
<executions>
|
|
|
|
<execution>
|
2016-04-14 01:56:39 +08:00
|
|
|
<id>checkstyle-validation</id>
|
|
|
|
<phase>validate</phase>
|
2016-03-30 00:19:29 +08:00
|
|
|
<goals>
|
2016-04-14 01:56:39 +08:00
|
|
|
<goal>check</goal>
|
2016-03-30 00:19:29 +08:00
|
|
|
</goals>
|
|
|
|
<configuration>
|
2016-04-14 01:56:39 +08:00
|
|
|
<skip>true</skip>
|
2016-03-30 00:19:29 +08:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2016-04-14 01:56:39 +08:00
|
|
|
</plugin>
|
2016-06-14 18:47:05 +08:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.basepom.maven</groupId>
|
|
|
|
<artifactId>duplicate-finder-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>duplicate-dependencies</id>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<failBuildInCaseOfConflict>true</failBuildInCaseOfConflict>
|
2018-10-29 18:01:41 +08:00
|
|
|
<ignoredClassPatterns>
|
|
|
|
<ignoredClassPattern>.*module-info</ignoredClassPattern>
|
|
|
|
</ignoredClassPatterns>
|
2017-06-01 05:27:23 +08:00
|
|
|
<ignoredResourcePatterns>
|
|
|
|
<ignoredResourcePattern>changelog.txt</ignoredResourcePattern>
|
|
|
|
</ignoredResourcePatterns>
|
2016-06-14 18:47:05 +08:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-05-31 08:10:06 +08:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2013-07-06 01:26:50 +08:00
|
|
|
</project>
|