From baebe3fb515112126f4ce96982d93a42b721213e Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Tue, 17 Dec 2019 17:47:59 -0500 Subject: [PATCH] removes .flattened-pom.xml --- .flattened-pom.xml | 134 ---------- docs/.flattened-pom.xml | 100 -------- spring-cloud-config-client/.flattened-pom.xml | 179 ------------- .../.flattened-pom.xml | 120 --------- spring-cloud-config-sample/.flattened-pom.xml | 119 --------- spring-cloud-config-server/.flattened-pom.xml | 235 ------------------ .../.flattened-pom.xml | 118 --------- 7 files changed, 1005 deletions(-) delete mode 100644 .flattened-pom.xml delete mode 100644 docs/.flattened-pom.xml delete mode 100644 spring-cloud-config-client/.flattened-pom.xml delete mode 100644 spring-cloud-config-monitor/.flattened-pom.xml delete mode 100644 spring-cloud-config-sample/.flattened-pom.xml delete mode 100644 spring-cloud-config-server/.flattened-pom.xml delete mode 100644 spring-cloud-starter-config/.flattened-pom.xml diff --git a/.flattened-pom.xml b/.flattened-pom.xml deleted file mode 100644 index 5c8b9b31..00000000 --- a/.flattened-pom.xml +++ /dev/null @@ -1,134 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-build - 2.2.1.BUILD-SNAPSHOT - - - org.springframework.cloud - spring-cloud-config - 2.2.1.BUILD-SNAPSHOT - pom - Spring Cloud Config - Spring Cloud Config - 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-config.git - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git - https://github.com/spring-cloud/spring-cloud-config - - - - spring - - - - false - - - 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 deleted file mode 100644 index 343f83c4..00000000 --- a/docs/.flattened-pom.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-config - 2.2.1.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-config-docs - 2.2.1.BUILD-SNAPSHOT - pom - Spring Cloud Config Docs - Spring Cloud Docs - https://projects.spring.io/spring-cloud/spring-cloud-config-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-config.git/spring-cloud-config-docs - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-docs - https://github.com/spring-cloud/spring-cloud-config/spring-cloud-config-docs - - diff --git a/spring-cloud-config-client/.flattened-pom.xml b/spring-cloud-config-client/.flattened-pom.xml deleted file mode 100644 index c5615c15..00000000 --- a/spring-cloud-config-client/.flattened-pom.xml +++ /dev/null @@ -1,179 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-config - 2.2.1.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-config-client - 2.2.1.BUILD-SNAPSHOT - Spring Cloud Config Client - This project is a Spring configuration client. - https://spring.io - - 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-config.git/spring-cloud-config-client - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-client - https://github.com/spring-cloud/spring-cloud-config/spring-cloud-config-client - - - - org.springframework.boot - spring-boot-configuration-processor - 2.2.1.RELEASE - compile - true - - - org.springframework.boot - spring-boot-autoconfigure - 2.2.1.RELEASE - compile - - - org.springframework.boot - spring-boot-starter-logging - 2.2.1.RELEASE - compile - true - - - org.springframework.cloud - spring-cloud-commons - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-context - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework - spring-web - 5.2.1.RELEASE - compile - - - com.fasterxml.jackson.core - jackson-annotations - 2.10.0 - compile - - - org.springframework.retry - spring-retry - 1.2.4.RELEASE - compile - true - - - org.springframework.boot - spring-boot-starter-actuator - 2.2.1.RELEASE - compile - true - - - org.springframework.boot - spring-boot-starter-aop - 2.2.1.RELEASE - compile - true - - - com.fasterxml.jackson.core - jackson-databind - 2.10.0 - compile - - - org.springframework.boot - spring-boot-autoconfigure-processor - 2.2.1.RELEASE - compile - true - - - diff --git a/spring-cloud-config-monitor/.flattened-pom.xml b/spring-cloud-config-monitor/.flattened-pom.xml deleted file mode 100644 index 9a529841..00000000 --- a/spring-cloud-config-monitor/.flattened-pom.xml +++ /dev/null @@ -1,120 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-config - 2.2.1.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-config-monitor - 2.2.1.BUILD-SNAPSHOT - spring-cloud-config-monitor - Spring Cloud Config Monitor - https://projects.spring.io/spring-cloud/spring-cloud-config-monitor/ - - 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-config.git/spring-cloud-config-monitor - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-monitor - https://github.com/spring-cloud/spring-cloud-config/spring-cloud-config-monitor - - - - org.springframework.cloud - spring-cloud-config-server - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-bus - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.boot - spring-boot-autoconfigure-processor - 2.2.1.RELEASE - compile - true - - - diff --git a/spring-cloud-config-sample/.flattened-pom.xml b/spring-cloud-config-sample/.flattened-pom.xml deleted file mode 100644 index ba104fc4..00000000 --- a/spring-cloud-config-sample/.flattened-pom.xml +++ /dev/null @@ -1,119 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-config - 2.2.1.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-config-sample - 2.2.1.BUILD-SNAPSHOT - spring-cloud-config-sample - spring-cloud-config-server - https://projects.spring.io/spring-cloud/spring-cloud-config-sample/ - - 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-config.git/spring-cloud-config-sample - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-sample - https://github.com/spring-cloud/spring-cloud-config/spring-cloud-config-sample - - - - org.springframework.cloud - spring-cloud-config-client - 2.2.1.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 - - - diff --git a/spring-cloud-config-server/.flattened-pom.xml b/spring-cloud-config-server/.flattened-pom.xml deleted file mode 100644 index 44f8c5e3..00000000 --- a/spring-cloud-config-server/.flattened-pom.xml +++ /dev/null @@ -1,235 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-config - 2.2.1.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-config-server - 2.2.1.BUILD-SNAPSHOT - spring-cloud-config-server - spring-cloud-config-server - https://projects.spring.io/spring-cloud/spring-cloud-config-server/ - - 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-config.git/spring-cloud-config-server - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-server - https://github.com/spring-cloud/spring-cloud-config/spring-cloud-config-server - - - - org.springframework.boot - spring-boot-configuration-processor - 2.2.1.RELEASE - compile - true - - - org.springframework.boot - spring-boot-starter-jdbc - 2.2.1.RELEASE - compile - true - - - org.springframework.boot - spring-boot-starter-data-redis - 2.2.1.RELEASE - compile - true - - - org.springframework.cloud - spring-cloud-config-client - 2.2.1.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.security - spring-security-crypto - 5.2.1.RELEASE - compile - - - org.springframework.security - spring-security-rsa - 1.0.9.RELEASE - compile - - - spring-core - org.springframework - - - spring-security-crypto - org.springframework.security - - - - - org.springframework.vault - spring-vault-core - 2.2.0.RELEASE - compile - true - - - org.springframework.credhub - spring-credhub-core - 2.0.0.RELEASE - compile - true - - - org.eclipse.jgit - org.eclipse.jgit - 5.1.3.201810200350-r - compile - - - org.eclipse.jgit - org.eclipse.jgit.http.apache - 5.1.3.201810200350-r - compile - - - org.yaml - snakeyaml - 1.25 - compile - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - 2.10.0 - compile - - - org.tmatesoft.svnkit - svnkit - 1.8.12 - compile - true - - - com.amazonaws - aws-java-sdk-core - 1.11.52 - compile - true - - - com.amazonaws - aws-java-sdk-s3 - 1.11.52 - compile - true - - - org.springframework.boot - spring-boot-autoconfigure-processor - 2.2.1.RELEASE - compile - true - - - com.google.auth - google-auth-library-oauth2-http - 0.15.0 - compile - true - - - diff --git a/spring-cloud-starter-config/.flattened-pom.xml b/spring-cloud-starter-config/.flattened-pom.xml deleted file mode 100644 index 5737e988..00000000 --- a/spring-cloud-starter-config/.flattened-pom.xml +++ /dev/null @@ -1,118 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-config - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud - spring-cloud-starter-config - 2.2.1.BUILD-SNAPSHOT - spring-cloud-starter-config - 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-config.git/spring-cloud-starter-config - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-starter-config - https://github.com/spring-cloud/spring-cloud-config/spring-cloud-starter-config - - - - org.springframework.cloud - spring-cloud-starter - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-config-client - 2.2.1.BUILD-SNAPSHOT - compile - - - com.fasterxml.jackson.core - jackson-databind - 2.10.0 - compile - - -