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.
749 lines
21 KiB
749 lines
21 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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
<modelVersion>4.0.0</modelVersion> |
|
<parent> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-dependencies</artifactId> |
|
<version>${revision}</version> |
|
<relativePath>../spring-boot-dependencies</relativePath> |
|
</parent> |
|
<artifactId>spring-boot-parent</artifactId> |
|
<packaging>pom</packaging> |
|
<name>Spring Boot Parent</name> |
|
<description>Spring Boot Parent</description> |
|
<organization> |
|
<name>Pivotal Software, Inc.</name> |
|
<url>https://spring.io</url> |
|
</organization> |
|
<properties> |
|
<main.basedir>${basedir}/../..</main.basedir> |
|
<disable.checks>false</disable.checks> |
|
<java.version>1.8</java.version> |
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
<aether.version>1.0.2.v20150114</aether.version> |
|
<maven.version>3.1.1</maven.version> |
|
<spock.version>1.0-groovy-2.4</spock.version> |
|
</properties> |
|
<scm> |
|
<url>https://github.com/spring-projects/spring-boot</url> |
|
<connection>scm:git:git://github.com/spring-projects/spring-boot.git</connection> |
|
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git</developerConnection> |
|
</scm> |
|
<issueManagement> |
|
<system>Github</system> |
|
<url>https://github.com/spring-projects/spring-boot/issues</url> |
|
</issueManagement> |
|
<dependencyManagement> |
|
<dependencies> |
|
<!-- Internal unpublished Spring Boot dependencies --> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-test-support</artifactId> |
|
<version>${revision}</version> |
|
</dependency> |
|
<!-- Additional Spring Boot only Dependencies (not useful for users) --> |
|
<dependency> |
|
<!-- deprecated but recent version required by 3rd party libs --> |
|
<groupId>log4j</groupId> |
|
<artifactId>log4j</artifactId> |
|
<version>1.2.17</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>commons-fileupload</groupId> |
|
<artifactId>commons-fileupload</artifactId> |
|
<version>1.3.3</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.nhaarman</groupId> |
|
<artifactId>mockito-kotlin</artifactId> |
|
<version>1.5.0</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.jetbrains.kotlin</groupId> |
|
<artifactId>kotlin-stdlib</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.jetbrains.kotlin</groupId> |
|
<artifactId>kotlin-reflect</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.mockito</groupId> |
|
<artifactId>mockito-core</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.squareup.okhttp</groupId> |
|
<artifactId>okhttp</artifactId> |
|
<version>2.7.5</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.squareup.okhttp3</groupId> |
|
<artifactId>okhttp</artifactId> |
|
<version>3.9.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.squareup.okhttp3</groupId> |
|
<artifactId>mockwebserver</artifactId> |
|
<version>3.9.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.testcontainers</groupId> |
|
<artifactId>testcontainers</artifactId> |
|
<version>1.7.2</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.vaadin.external.google</groupId> |
|
<artifactId>android-json</artifactId> |
|
<version>0.0.20131108.vaadin1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.spring.gradle</groupId> |
|
<artifactId>dependency-management-plugin</artifactId> |
|
<version>1.0.8.RELEASE</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>jline</groupId> |
|
<artifactId>jline</artifactId> |
|
<version>2.11</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>net.sf.jopt-simple</groupId> |
|
<artifactId>jopt-simple</artifactId> |
|
<version>4.6</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-compress</artifactId> |
|
<version>1.14</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.ivy</groupId> |
|
<artifactId>ivy</artifactId> |
|
<version>2.3.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-aether-provider</artifactId> |
|
<version>3.2.1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-archiver</artifactId> |
|
<version>2.6</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-artifact</artifactId> |
|
<version>${maven.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-core</artifactId> |
|
<version>${maven.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-model</artifactId> |
|
<version>${maven.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-plugin-api</artifactId> |
|
<version>${maven.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-settings</artifactId> |
|
<version>${maven.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven</groupId> |
|
<artifactId>maven-settings-builder</artifactId> |
|
<version>${maven.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven.shared</groupId> |
|
<artifactId>maven-common-artifact-filters</artifactId> |
|
<version>1.4</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-shade-plugin</artifactId> |
|
<version>2.2</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.maven.plugin-tools</groupId> |
|
<artifactId>maven-plugin-annotations</artifactId> |
|
<version>3.2</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.plexus</groupId> |
|
<artifactId>plexus-archiver</artifactId> |
|
<version>2.8.1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.plexus</groupId> |
|
<artifactId>plexus-component-api</artifactId> |
|
<version>1.0-alpha-33</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.codehaus.plexus</groupId> |
|
<artifactId>plexus-utils</artifactId> |
|
<version>3.0.24</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.eclipse.aether</groupId> |
|
<artifactId>aether-api</artifactId> |
|
<version>${aether.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.eclipse.aether</groupId> |
|
<artifactId>aether-connector-basic</artifactId> |
|
<version>${aether.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.eclipse.aether</groupId> |
|
<artifactId>aether-impl</artifactId> |
|
<version>${aether.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.eclipse.aether</groupId> |
|
<artifactId>aether-spi</artifactId> |
|
<version>${aether.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.eclipse.aether</groupId> |
|
<artifactId>aether-transport-file</artifactId> |
|
<version>${aether.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.eclipse.aether</groupId> |
|
<artifactId>aether-transport-http</artifactId> |
|
<version>${aether.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.eclipse.aether</groupId> |
|
<artifactId>aether-util</artifactId> |
|
<version>${aether.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.sonatype.plexus</groupId> |
|
<artifactId>plexus-build-api</artifactId> |
|
<version>0.0.7</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.spockframework</groupId> |
|
<artifactId>spock-core</artifactId> |
|
<version>${spock.version}</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.codehaus.groovy</groupId> |
|
<artifactId>groovy-all</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.spockframework</groupId> |
|
<artifactId>spock-spring</artifactId> |
|
<version>${spock.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.zeroturnaround</groupId> |
|
<artifactId>zt-zip</artifactId> |
|
<version>1.7</version> |
|
</dependency> |
|
</dependencies> |
|
</dependencyManagement> |
|
<dependencies> |
|
<!-- Generally Useful Test Dependencies --> |
|
<dependency> |
|
<groupId>junit</groupId> |
|
<artifactId>junit</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.assertj</groupId> |
|
<artifactId>assertj-core</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.mockito</groupId> |
|
<artifactId>mockito-core</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.hamcrest</groupId> |
|
<artifactId>hamcrest-library</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-test</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
</dependencies> |
|
<build> |
|
<pluginManagement> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.jetbrains.kotlin</groupId> |
|
<artifactId>kotlin-maven-plugin</artifactId> |
|
<version>${kotlin.version}</version> |
|
<configuration> |
|
<jvmTarget>${java.version}</jvmTarget> |
|
<apiVersion>1.1</apiVersion> |
|
<languageVersion>1.1</languageVersion> |
|
<javaParameters>true</javaParameters> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.asciidoctor</groupId> |
|
<artifactId>asciidoctor-maven-plugin</artifactId> |
|
<version>1.5.5</version> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-failsafe-plugin</artifactId> |
|
<executions> |
|
<execution> |
|
<goals> |
|
<goal>integration-test</goal> |
|
<goal>verify</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-plugin-plugin</artifactId> |
|
<version>3.5</version> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-site-plugin</artifactId> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.basepom.maven</groupId> |
|
<artifactId>duplicate-finder-maven-plugin</artifactId> |
|
<version>1.2.1</version> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.codehaus.cargo</groupId> |
|
<artifactId>cargo-maven2-plugin</artifactId> |
|
<version>1.6.7</version> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.codehaus.gmavenplus</groupId> |
|
<artifactId>gmavenplus-plugin</artifactId> |
|
<version>1.5</version> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.codehaus.mojo</groupId> |
|
<artifactId>sonar-maven-plugin</artifactId> |
|
<version>3.3.0.603</version> |
|
</plugin> |
|
<!--This plugin's configuration is used to store Eclipse m2e settings |
|
only. It has no influence on the Maven build itself. --> |
|
<plugin> |
|
<groupId>org.eclipse.m2e</groupId> |
|
<artifactId>lifecycle-mapping</artifactId> |
|
<version>1.0.0</version> |
|
<configuration> |
|
<lifecycleMappingMetadata> |
|
<pluginExecutions> |
|
<pluginExecution> |
|
<pluginExecutionFilter> |
|
<groupId>org.basepom.maven</groupId> |
|
<artifactId>duplicate-finder-maven-plugin</artifactId> |
|
<versionRange>[1,2)</versionRange> |
|
<goals> |
|
<goal>check</goal> |
|
</goals> |
|
</pluginExecutionFilter> |
|
<action> |
|
<ignore /> |
|
</action> |
|
</pluginExecution> |
|
<pluginExecution> |
|
<pluginExecutionFilter> |
|
<groupId> |
|
org.apache.maven.plugins |
|
</groupId> |
|
<artifactId> |
|
maven-enforcer-plugin |
|
</artifactId> |
|
<versionRange> |
|
[1.3.1,) |
|
</versionRange> |
|
<goals> |
|
<goal>enforce</goal> |
|
</goals> |
|
</pluginExecutionFilter> |
|
<action> |
|
<ignore /> |
|
</action> |
|
</pluginExecution> |
|
<pluginExecution> |
|
<pluginExecutionFilter> |
|
<groupId> |
|
org.apache.maven.plugins |
|
</groupId> |
|
<artifactId> |
|
maven-dependency-plugin |
|
</artifactId> |
|
<versionRange> |
|
[2.8,) |
|
</versionRange> |
|
<goals> |
|
<goal>copy</goal> |
|
</goals> |
|
</pluginExecutionFilter> |
|
<action> |
|
<ignore /> |
|
</action> |
|
</pluginExecution> |
|
<pluginExecution> |
|
<pluginExecutionFilter> |
|
<groupId> |
|
org.apache.maven.plugins |
|
</groupId> |
|
<artifactId> |
|
maven-plugin-plugin |
|
</artifactId> |
|
<versionRange> |
|
[3.2,) |
|
</versionRange> |
|
<goals> |
|
<goal>descriptor</goal> |
|
<goal>helpmojo</goal> |
|
</goals> |
|
</pluginExecutionFilter> |
|
<action> |
|
<ignore /> |
|
</action> |
|
</pluginExecution> |
|
<pluginExecution> |
|
<pluginExecutionFilter> |
|
<groupId> |
|
org.codehaus.mojo |
|
</groupId> |
|
<artifactId> |
|
build-helper-maven-plugin |
|
</artifactId> |
|
<versionRange> |
|
[1.9.1,) |
|
</versionRange> |
|
<goals> |
|
<goal> |
|
reserve-network-port |
|
</goal> |
|
</goals> |
|
</pluginExecutionFilter> |
|
<action> |
|
<ignore /> |
|
</action> |
|
</pluginExecution> |
|
<pluginExecution> |
|
<pluginExecutionFilter> |
|
<groupId> |
|
org.apache.maven.plugins |
|
</groupId> |
|
<artifactId> |
|
maven-checkstyle-plugin |
|
</artifactId> |
|
<versionRange> |
|
[2.16,) |
|
</versionRange> |
|
<goals> |
|
<goal> |
|
check |
|
</goal> |
|
</goals> |
|
</pluginExecutionFilter> |
|
<action> |
|
<ignore /> |
|
</action> |
|
</pluginExecution> |
|
<pluginExecution> |
|
<pluginExecutionFilter> |
|
<groupId> |
|
org.apache.maven.plugins |
|
</groupId> |
|
<artifactId> |
|
maven-invoker-plugin |
|
</artifactId> |
|
<versionRange> |
|
[1.0.0,) |
|
</versionRange> |
|
<goals> |
|
<goal> |
|
install |
|
</goal> |
|
</goals> |
|
</pluginExecutionFilter> |
|
<action> |
|
<ignore /> |
|
</action> |
|
</pluginExecution> |
|
<pluginExecution> |
|
<pluginExecutionFilter> |
|
<groupId> |
|
org.codehaus.mojo |
|
</groupId> |
|
<artifactId> |
|
flatten-maven-plugin |
|
</artifactId> |
|
<versionRange> |
|
[1.0.0,) |
|
</versionRange> |
|
<goals> |
|
<goal>flatten</goal> |
|
</goals> |
|
</pluginExecutionFilter> |
|
<action> |
|
<ignore></ignore> |
|
</action> |
|
</pluginExecution> |
|
</pluginExecutions> |
|
</lifecycleMappingMetadata> |
|
</configuration> |
|
</plugin> |
|
</plugins> |
|
</pluginManagement> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.codehaus.mojo</groupId> |
|
<artifactId>build-helper-maven-plugin</artifactId> |
|
<executions> |
|
<execution> |
|
<id>regex-property</id> |
|
<goals> |
|
<goal>regex-property</goal> |
|
</goals> |
|
<configuration> |
|
<name>modulename</name> |
|
<value>${project.artifactId}</value> |
|
<regex>-</regex> |
|
<replacement>.</replacement> |
|
<failIfNoMatch>true</failIfNoMatch> |
|
</configuration> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.codehaus.mojo</groupId> |
|
<artifactId>flatten-maven-plugin</artifactId> |
|
<inherited>true</inherited> |
|
<executions> |
|
<execution> |
|
<!-- Tidy up all POMs before they are published --> |
|
<id>flatten</id> |
|
<phase>process-resources</phase> |
|
<goals> |
|
<goal>flatten</goal> |
|
</goals> |
|
<configuration> |
|
<updatePomFile>true</updatePomFile> |
|
<flattenMode>oss</flattenMode> |
|
<pomElements> |
|
<parent>expand</parent> |
|
<distributionManagement>remove</distributionManagement> |
|
<repositories>remove</repositories> |
|
</pomElements> |
|
</configuration> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-compiler-plugin</artifactId> |
|
<configuration> |
|
<source>${java.version}</source> |
|
<target>${java.version}</target> |
|
<parameters>true</parameters> |
|
</configuration> |
|
</plugin> |
|
<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> |
|
<requireJavaVersion> |
|
<version>[1.8,)</version> |
|
</requireJavaVersion> |
|
<requireMavenVersion> |
|
<version>[3.5.0,)</version> |
|
</requireMavenVersion> |
|
<requireProperty> |
|
<property>main.basedir</property> |
|
</requireProperty> |
|
<requireProperty> |
|
<property>project.name</property> |
|
</requireProperty> |
|
<requireProperty> |
|
<property>project.description</property> |
|
</requireProperty> |
|
<requireReleaseDeps> |
|
<onlyWhenRelease>true</onlyWhenRelease> |
|
</requireReleaseDeps> |
|
</rules> |
|
<fail>true</fail> |
|
</configuration> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-jar-plugin</artifactId> |
|
<configuration> |
|
<archive> |
|
<addMavenDescriptor>false</addMavenDescriptor> |
|
<manifest> |
|
<addDefaultImplementationEntries>false</addDefaultImplementationEntries> |
|
<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries> |
|
</manifest> |
|
<manifestEntries> |
|
<Implementation-Title>${project.name}</Implementation-Title> |
|
<Automatic-Module-Name>${modulename}</Automatic-Module-Name> |
|
<Implementation-Version>${project.version}</Implementation-Version> |
|
<Built-By>Spring</Built-By> |
|
</manifestEntries> |
|
</archive> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-surefire-plugin</artifactId> |
|
<configuration> |
|
<includes> |
|
<include>**/*Tests.java</include> |
|
</includes> |
|
<excludes> |
|
<exclude>**/Abstract*.java</exclude> |
|
</excludes> |
|
<systemPropertyVariables> |
|
<java.security.egd>file:/dev/./urandom</java.security.egd> |
|
<java.awt.headless>true</java.awt.headless> |
|
</systemPropertyVariables> |
|
<argLine>-Xmx1024m</argLine> |
|
<trimStackTrace>false</trimStackTrace> |
|
<redirectTestOutputToFile>true</redirectTestOutputToFile> |
|
<runOrder>alphabetical</runOrder> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-war-plugin</artifactId> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-source-plugin</artifactId> |
|
<executions> |
|
<execution> |
|
<id>attach-sources</id> |
|
<goals> |
|
<goal>jar-no-fork</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
<profiles> |
|
<profile> |
|
<id>fast</id> |
|
<activation> |
|
<property> |
|
<name>fast</name> |
|
</property> |
|
</activation> |
|
<properties> |
|
<disable.checks>true</disable.checks> |
|
</properties> |
|
</profile> |
|
<profile> |
|
<id>full</id> |
|
<activation> |
|
<property> |
|
<name>full</name> |
|
</property> |
|
</activation> |
|
<build> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
<executions> |
|
<execution> |
|
<id>attach-javadocs</id> |
|
<goals> |
|
<goal>jar</goal> |
|
</goals> |
|
<inherited>true</inherited> |
|
</execution> |
|
</executions> |
|
<dependencies> |
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-lang3</artifactId> |
|
<version>3.7</version> |
|
</dependency> |
|
</dependencies> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
</profile> |
|
<profile> |
|
<id>eclipse.profile</id> |
|
<activation> |
|
<property> |
|
<name>m2e.version</name> |
|
</property> |
|
</activation> |
|
<properties> |
|
<m2e.jaxrs.activation>false</m2e.jaxrs.activation> |
|
<m2e.jpa.activation>false</m2e.jpa.activation> |
|
<m2e.jsf.activation>false</m2e.jsf.activation> |
|
<m2e.cdi.activation>false</m2e.cdi.activation> |
|
</properties> |
|
</profile> |
|
<profile> |
|
<id>java9</id> |
|
<activation> |
|
<jdk>[9,)</jdk> |
|
</activation> |
|
<build> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-surefire-plugin</artifactId> |
|
<configuration> |
|
<argLine>--add-modules java.base,java.xml.bind</argLine> |
|
</configuration> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
</profile> |
|
<profile> |
|
<id>java10</id> |
|
<activation> |
|
<jdk>10</jdk> |
|
</activation> |
|
<properties> |
|
<maven-failsafe-plugin.version>2.21.0</maven-failsafe-plugin.version> |
|
<maven-site-plugin.version>3.7</maven-site-plugin.version> |
|
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version> |
|
</properties> |
|
</profile> |
|
</profiles> |
|
</project>
|
|
|