From efcb959e8c044634beabc707d285d6d6f38a6afa Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 7 Nov 2019 13:47:04 +0000 Subject: [PATCH] Bumping versions --- .flattened-pom.xml | 131 ++++++++++ docs/.flattened-pom.xml | 113 +++++++++ spring-cloud-commons/.flattened-pom.xml | 227 ++++++++++++++++++ .../.flattened-pom.xml | 138 +++++++++++ spring-cloud-context/.flattened-pom.xml | 172 +++++++++++++ spring-cloud-loadbalancer/.flattened-pom.xml | 159 ++++++++++++ .../.flattened-pom.xml | 119 +++++++++ spring-cloud-starter/.flattened-pom.xml | 141 +++++++++++ spring-cloud-test-support/.flattened-pom.xml | 149 ++++++++++++ 9 files changed, 1349 insertions(+) create mode 100644 .flattened-pom.xml create mode 100644 docs/.flattened-pom.xml create mode 100644 spring-cloud-commons/.flattened-pom.xml create mode 100644 spring-cloud-context-integration-tests/.flattened-pom.xml create mode 100644 spring-cloud-context/.flattened-pom.xml create mode 100644 spring-cloud-loadbalancer/.flattened-pom.xml create mode 100644 spring-cloud-starter-loadbalancer/.flattened-pom.xml create mode 100644 spring-cloud-starter/.flattened-pom.xml create mode 100644 spring-cloud-test-support/.flattened-pom.xml diff --git a/.flattened-pom.xml b/.flattened-pom.xml new file mode 100644 index 00000000..8f971b04 --- /dev/null +++ b/.flattened-pom.xml @@ -0,0 +1,131 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-build + 2.2.0.BUILD-SNAPSHOT + + + org.springframework.cloud + spring-cloud-commons-parent + 2.2.0.BUILD-SNAPSHOT + pom + Spring Cloud Commons Parent + Spring Cloud Commons Parent + https://projects.spring.io/spring-cloud/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-commons.git + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-commons.git + https://github.com/spring-cloud/spring-cloud-commons + + + + spring + + + + true + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + + + false + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + + + false + + spring-releases + Spring Releases + https://repo.spring.io/release + + + + + diff --git a/docs/.flattened-pom.xml b/docs/.flattened-pom.xml new file mode 100644 index 00000000..a943d960 --- /dev/null +++ b/docs/.flattened-pom.xml @@ -0,0 +1,113 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-commons-parent + 2.2.0.BUILD-SNAPSHOT + + org.springframework.cloud + spring-cloud-commons-docs + 2.2.0.BUILD-SNAPSHOT + pom + Spring Cloud Commons Docs + Spring Cloud Commons Docs + https://projects.spring.io/spring-cloud/spring-cloud-commons-docs/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-commons-docs + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-commons-docs + https://github.com/spring-cloud/spring-cloud-commons/spring-cloud-commons-docs + + + + org.springframework.cloud + spring-cloud-starter + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-starter-loadbalancer + 2.2.0.BUILD-SNAPSHOT + compile + + + diff --git a/spring-cloud-commons/.flattened-pom.xml b/spring-cloud-commons/.flattened-pom.xml new file mode 100644 index 00000000..aa25d3b8 --- /dev/null +++ b/spring-cloud-commons/.flattened-pom.xml @@ -0,0 +1,227 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-commons-parent + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-commons + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Commons + Spring Cloud Commons + https://projects.spring.io/spring-cloud/spring-cloud-commons/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-commons + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-commons + https://github.com/spring-cloud/spring-cloud-commons/spring-cloud-commons + + + + org.springframework.boot + spring-boot-configuration-processor + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-actuator + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-web + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-webflux + 2.2.1.RELEASE + compile + true + + + org.springframework.security + spring-security-crypto + 5.2.1.RELEASE + compile + + + org.springframework.security + spring-security-rsa + 1.0.7.RELEASE + compile + + + spring-core + org.springframework + + + spring-security-crypto + org.springframework.security + + + true + + + org.springframework.integration + spring-integration-jmx + 5.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-hateoas + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-aop + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.2.1.RELEASE + compile + true + + + org.springframework.retry + spring-retry + 1.2.4.RELEASE + compile + + + spring-core + org.springframework + + + true + + + com.jayway.jsonpath + json-path + 2.4.0 + compile + true + + + com.squareup.okhttp3 + okhttp + 3.6.0 + compile + true + + + com.squareup.okhttp3 + logging-interceptor + 3.6.0 + compile + true + + + org.apache.httpcomponents + httpclient + 4.5.4 + compile + + + commons-logging + commons-logging + + + true + + + diff --git a/spring-cloud-context-integration-tests/.flattened-pom.xml b/spring-cloud-context-integration-tests/.flattened-pom.xml new file mode 100644 index 00000000..c1b9d7b8 --- /dev/null +++ b/spring-cloud-context-integration-tests/.flattened-pom.xml @@ -0,0 +1,138 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-commons-parent + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-context-integration-tests + 2.2.0.BUILD-SNAPSHOT + spring-cloud-context-integration-tests + Spring Cloud Context + https://projects.spring.io/spring-cloud/spring-cloud-context-integration-tests/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-context-integration-tests + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-context-integration-tests + https://github.com/spring-cloud/spring-cloud-commons/spring-cloud-context-integration-tests + + + + org.springframework.cloud + spring-cloud-context + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.boot + spring-boot-starter-actuator + 2.2.1.RELEASE + compile + + + org.springframework.boot + spring-boot-starter-web + 2.2.1.RELEASE + compile + + + org.springframework.boot + spring-boot-starter-aop + 2.2.1.RELEASE + compile + + + org.springframework.integration + spring-integration-jmx + 5.2.1.RELEASE + compile + + + org.springframework.boot + spring-boot-configuration-processor + 2.2.1.RELEASE + compile + true + + + diff --git a/spring-cloud-context/.flattened-pom.xml b/spring-cloud-context/.flattened-pom.xml new file mode 100644 index 00000000..0de6bf62 --- /dev/null +++ b/spring-cloud-context/.flattened-pom.xml @@ -0,0 +1,172 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-commons-parent + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-context + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Context + Spring Cloud Context + https://projects.spring.io/spring-cloud/spring-cloud-context/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-context + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-context + https://github.com/spring-cloud/spring-cloud-commons/spring-cloud-context + + + + org.springframework.boot + spring-boot-configuration-processor + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-actuator + 2.2.1.RELEASE + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + true + + + org.springframework.boot + spring-boot-starter-web + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-aop + 2.2.1.RELEASE + compile + true + + + org.springframework.security + spring-security-crypto + 5.2.1.RELEASE + compile + + + org.springframework.security + spring-security-rsa + 1.0.7.RELEASE + compile + + + spring-core + org.springframework + + + spring-security-crypto + org.springframework.security + + + true + + + org.springframework.integration + spring-integration-jmx + 5.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.2.1.RELEASE + compile + true + + + diff --git a/spring-cloud-loadbalancer/.flattened-pom.xml b/spring-cloud-loadbalancer/.flattened-pom.xml new file mode 100644 index 00000000..c9321dfe --- /dev/null +++ b/spring-cloud-loadbalancer/.flattened-pom.xml @@ -0,0 +1,159 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-commons-parent + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-loadbalancer + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Load Balancer + Spring Cloud Balancer + https://projects.spring.io/spring-cloud/spring-cloud-loadbalancer/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-loadbalancer + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-loadbalancer + https://github.com/spring-cloud/spring-cloud-commons/spring-cloud-loadbalancer + + + + org.springframework.cloud + spring-cloud-commons + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-context + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.boot + spring-boot-starter-actuator + 2.2.1.RELEASE + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + true + + + io.projectreactor + reactor-core + 3.3.0.RELEASE + compile + + + io.projectreactor.addons + reactor-extra + 3.3.0.RELEASE + compile + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-configuration-processor + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-webflux + 2.2.1.RELEASE + compile + true + + + diff --git a/spring-cloud-starter-loadbalancer/.flattened-pom.xml b/spring-cloud-starter-loadbalancer/.flattened-pom.xml new file mode 100644 index 00000000..2a1b5fab --- /dev/null +++ b/spring-cloud-starter-loadbalancer/.flattened-pom.xml @@ -0,0 +1,119 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-commons-parent + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-starter-loadbalancer + 2.2.0.BUILD-SNAPSHOT + spring-cloud-starter-loadbalancer + Spring Cloud Starter LoadBalancer + https://projects.spring.io/spring-cloud + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-starter-loadbalancer + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-starter-loadbalancer + https://github.com/spring-cloud/spring-cloud-commons/spring-cloud-starter-loadbalancer + + + + org.springframework.cloud + spring-cloud-starter + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-loadbalancer + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.boot + spring-boot-starter-cache + 2.2.1.RELEASE + compile + + + diff --git a/spring-cloud-starter/.flattened-pom.xml b/spring-cloud-starter/.flattened-pom.xml new file mode 100644 index 00000000..de845787 --- /dev/null +++ b/spring-cloud-starter/.flattened-pom.xml @@ -0,0 +1,141 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-commons-parent + 2.2.0.BUILD-SNAPSHOT + + org.springframework.cloud + spring-cloud-starter + 2.2.0.BUILD-SNAPSHOT + spring-cloud-starter + Spring Cloud Starter + https://projects.spring.io/spring-cloud + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-starter + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-starter + https://github.com/spring-cloud/spring-cloud-commons/spring-cloud-starter + + + + org.springframework.boot + spring-boot-starter + 2.2.1.RELEASE + compile + + + org.springframework.cloud + spring-cloud-context + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-commons + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.security + spring-security-rsa + 1.0.7.RELEASE + compile + + + spring-core + org.springframework + + + spring-security-crypto + org.springframework.security + + + + + org.projectlombok + lombok + 1.18.10 + compile + true + + + diff --git a/spring-cloud-test-support/.flattened-pom.xml b/spring-cloud-test-support/.flattened-pom.xml new file mode 100644 index 00000000..b10a93d8 --- /dev/null +++ b/spring-cloud-test-support/.flattened-pom.xml @@ -0,0 +1,149 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-commons-parent + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-test-support + 2.2.0.BUILD-SNAPSHOT + spring-cloud-test-support + Spring Cloud Test Support + https://projects.spring.io/spring-cloud/spring-cloud-test-support/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-test-support + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-commons.git/spring-cloud-test-support + https://github.com/spring-cloud/spring-cloud-commons/spring-cloud-test-support + + + + org.apache.maven.resolver + maven-resolver-connector-basic + 1.1.1 + compile + + + org.apache.maven.resolver + maven-resolver-impl + 1.1.1 + compile + + + org.apache.maven + maven-resolver-provider + 3.5.4 + compile + + + guava + com.google.guava + + + + + org.apache.maven.resolver + maven-resolver-transport-http + 1.1.1 + compile + + + jcl-over-slf4j + org.slf4j + + + + + junit + junit + 4.12 + compile + + + org.springframework + spring-core + 5.2.1.RELEASE + compile + + +