diff --git a/pom.xml b/pom.xml index 7305ea7594c4..29206ee14aed 100644 --- a/pom.xml +++ b/pom.xml @@ -1,289 +1,73 @@ 4.0.0 - org.springframework.boot - spring-boot-build - 1.4.0.BUILD-SNAPSHOT - pom - Spring Boot Build - Spring Boot Build + + + org.springframework.boot + spring-boot-starter-parent + 1.4.0.RELEASE + + spring-boot-sample-atmosphere + Spring Boot Atmosphere Sample + Spring Boot Atmosphere Sample http://projects.spring.io/spring-boot/ Pivotal Software, Inc. http://www.spring.io - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - - - https://github.com/spring-projects/spring-boot - - - - pwebb - Phillip Webb - pwebb at pivotal.io - Pivotal Software, Inc. - http://www.spring.io - - Project lead - - - - dsyer - Dave Syer - dsyer at pivotal.io - Pivotal Software, Inc. - http://www.spring.io - - Project lead - - - - - 3.2.1 - - ${basedir} + ${basedir}/../.. + + + org.springframework.boot + spring-boot-starter-web + + + javax.inject + javax.inject + 1 + + + org.atmosphere + atmosphere-runtime + 2.2.4 + + + org.webjars + atmosphere-javascript + 2.2.3 + + + org.springframework.boot + spring-boot-starter-test + test + + + org.apache.maven.surefire + surefire-testng + 2.18.1 + + - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - org.apache.maven.plugins - maven-surefire-plugin - 2.17 - - - com.google.code.maven-replacer-plugin - replacer - 1.5.3 - - - - + + + org.apache.maven.plugins + maven-surefire-plugin + 2.21.0 + + true + false + false + -Xmx1024m -XX:MaxPermSize=256m + -Dfile.encoding=UTF-8 + false + + + **/directory/Test*.java + + + + - - - default - - true - - - spring-boot-dependencies - spring-boot-parent - spring-boot-tools - spring-boot - spring-boot-test - spring-boot-autoconfigure - spring-boot-test-autoconfigure - spring-boot-actuator - spring-boot-devtools - spring-boot-docs - spring-boot-starters - spring-boot-actuator-docs - spring-boot-cli - - - - integration - - true - - - spring-boot-integration-tests - - - - full - - - prepare - - true - - - spring-boot-dependencies - spring-boot-parent - spring-boot-tools - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - org.apache.ant - ant-nodeps - 1.8.1 - - - org.tigris.antelope - antelopetasks - 3.2.10 - - - - - generate-settings.xml - verify - - run - - false - - - - - - - - - - - - - - - - - - - - - - - fixup-dependencies-pom - verify - - run - - false - - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - com.google.code.maven-replacer-plugin - replacer - - - fixup-gradle-samples - verify - - replace - - - - ${basedir}/spring-boot-samples/**/build.gradle - - springBootVersion =\s+.*+ - springBootVersion = '${project.version}' - - - - fixup-ant-samples - verify - - replace - - - - ${basedir}/spring-boot-samples/**/build.xml - - spring-boot\.version\"\s.*+ - spring-boot.version" value="${project.version}" /> - - - - - - - - - ci - - - - com.google.code.maven-replacer-plugin - replacer - - - remove-repo-samples - - replace - - - - ${basedir}/spring-boot-dependencies/pom.xml - - - DOTALL - - \n\t<profiles>.*</profiles> - - - - - - - - -