diff --git a/pom.xml b/pom.xml index 9373b4f8..df720bd4 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,7 @@ Spring Cloud Parent Spring Cloud parent pom, managing plugins and dependencies for Spring Cloud projects + spring-cloud-build-dependencies spring-cloud-dependencies-parent spring-cloud-build-tools @@ -20,7 +21,6 @@ UTF-8 ${java.version} ${java.version} - 1.16.14 ${basedir} ${project.artifactId} 2.0.0.BUILD-SNAPSHOT @@ -31,6 +31,17 @@ ${project.basedir}/../target/jacoco.exec java + + + + org.springframework.cloud + spring-cloud-build-dependencies + ${spring-boot.version} + pom + import + + + Pivotal Software, Inc. https://www.spring.io @@ -375,32 +386,6 @@ limitations under the License. - - - - org.springframework - spring-core - - - commons-logging - commons-logging - - - - - org.projectlombok - lombok - ${lombok.version} - - - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - - - https://github.com/spring-cloud diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml new file mode 100644 index 00000000..9cb6f934 --- /dev/null +++ b/spring-cloud-build-dependencies/pom.xml @@ -0,0 +1,162 @@ + + + 4.0.0 + org.springframework.cloud + spring-cloud-build-dependencies + 2.0.0.BUILD-SNAPSHOT + spring-cloud-build-tools + pom + Spring Cloud Build Dependencies: an internal BOM for use with Spring Cloud projects. Use as a BOM or by inheriting from the spring-cloud build parent. + + org.springframework.boot + spring-boot-dependencies + 2.0.0.BUILD-SNAPSHOT + + + UTF-8 + 1.16.14 + ${parent.version} + + + + + org.springframework + spring-core + ${spring.version} + + + commons-logging + commons-logging + + + + + org.projectlombok + lombok + ${lombok.version} + + + + + https://github.com/spring-cloud + + spring-docs + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-cloud/docs/${project.artifactId}/${project.version} + + + + repo.spring.io + Spring Release Repository + https://repo.spring.io/libs-release-local + + + repo.spring.io + Spring Snapshot Repository + https://repo.spring.io/libs-snapshot-local + + + + + milestone + + + repo.spring.io + Spring Milestone Repository + https://repo.spring.io/libs-milestone-local + + + + + bintray + + + bintray + Jcenter Repository + https://api.bintray.com/maven/spring/jars/org.springframework.cloud:${bintray.package} + + + + + central + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + spring + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/release + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + + + +