From 2395be01bb3abe8ac0388a51f76038e002ed5992 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 17 Dec 2019 11:15:10 +0000 Subject: [PATCH] Add flattened poms to git ignores --- .flattened-pom.xml | 134 -------------- .gitignore | 3 +- docs/.flattened-pom.xml | 99 ----------- .../.flattened-pom.xml | 118 ------------- spring-cloud-cli/.flattened-pom.xml | 136 -------------- spring-cloud-launcher/.flattened-pom.xml | 108 ----------- .../.flattened-pom.xml | 125 ------------- .../.flattened-pom.xml | 137 -------------- .../.flattened-pom.xml | 131 -------------- .../.flattened-pom.xml | 149 ---------------- .../.flattened-pom.xml | 167 ------------------ .../.flattened-pom.xml | 137 -------------- .../.flattened-pom.xml | 131 -------------- .../.flattened-pom.xml | 125 ------------- 14 files changed, 2 insertions(+), 1698 deletions(-) delete mode 100644 .flattened-pom.xml delete mode 100644 docs/.flattened-pom.xml delete mode 100644 spring-cloud-cli-integration-tests/.flattened-pom.xml delete mode 100644 spring-cloud-cli/.flattened-pom.xml delete mode 100644 spring-cloud-launcher/.flattened-pom.xml delete mode 100644 spring-cloud-launcher/spring-cloud-launcher-cli/.flattened-pom.xml delete mode 100644 spring-cloud-launcher/spring-cloud-launcher-configserver/.flattened-pom.xml delete mode 100644 spring-cloud-launcher/spring-cloud-launcher-deployer/.flattened-pom.xml delete mode 100644 spring-cloud-launcher/spring-cloud-launcher-eureka/.flattened-pom.xml delete mode 100644 spring-cloud-launcher/spring-cloud-launcher-h2/.flattened-pom.xml delete mode 100644 spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard/.flattened-pom.xml delete mode 100644 spring-cloud-launcher/spring-cloud-launcher-kafka/.flattened-pom.xml delete mode 100644 spring-cloud-launcher/spring-cloud-launcher-stubrunner/.flattened-pom.xml diff --git a/.flattened-pom.xml b/.flattened-pom.xml deleted file mode 100644 index 9d7852f..0000000 --- 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-cli-parent - 2.2.1.BUILD-SNAPSHOT - pom - Spring Cloud Cli Parent - Spring Cloud Cli - 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-cli.git - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git - https://github.com/spring-cloud/spring-cloud-cli - - - - 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/.gitignore b/.gitignore index 7d6fe5f..0dc6b9c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ target/ *.iml .idea .factorypath -*.versionsBackup \ No newline at end of file +*.versionsBackup +.flattened-pom.xml diff --git a/docs/.flattened-pom.xml b/docs/.flattened-pom.xml deleted file mode 100644 index 6a846ff..0000000 --- a/docs/.flattened-pom.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-cli-parent - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud - spring-cloud-cli-docs - 2.2.1.BUILD-SNAPSHOT - pom - Spring Cloud Cli Docs - Spring Cloud Docs - https://projects.spring.io/spring-cloud/spring-cloud-cli-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-cli.git/spring-cloud-cli-docs - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-cli-docs - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-cli-docs - - diff --git a/spring-cloud-cli-integration-tests/.flattened-pom.xml b/spring-cloud-cli-integration-tests/.flattened-pom.xml deleted file mode 100644 index 362c558..0000000 --- a/spring-cloud-cli-integration-tests/.flattened-pom.xml +++ /dev/null @@ -1,118 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-cli-parent - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud - spring-cloud-cli-integration-tests - 2.2.1.BUILD-SNAPSHOT - spring-cloud-cli-integration-tests - Spring Patform Cli integration project - https://projects.spring.io/spring-cloud/spring-cloud-cli-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-cli.git/spring-cloud-cli-integration-tests - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-cli-integration-tests - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-cli-integration-tests - - - - org.springframework.cloud - spring-cloud-cli - 2.2.1.BUILD-SNAPSHOT - provided - - - org.springframework.boot - spring-boot-cli - 2.2.1.RELEASE - provided - - - commons-logging - commons-logging - 1.2 - provided - - - diff --git a/spring-cloud-cli/.flattened-pom.xml b/spring-cloud-cli/.flattened-pom.xml deleted file mode 100644 index a961322..0000000 --- a/spring-cloud-cli/.flattened-pom.xml +++ /dev/null @@ -1,136 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-cli-parent - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud - spring-cloud-cli - 2.2.1.BUILD-SNAPSHOT - spring-cloud-cli - Spring Patform Cli integration project - https://projects.spring.io/spring-cloud/spring-cloud-cli/ - - 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-cli.git/spring-cloud-cli - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-cli - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-cli - - - - org.springframework.cloud.launcher - spring-cloud-launcher-cli - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-stream - 3.0.0.RELEASE - provided - - - org.springframework.security - spring-security-rsa - 1.0.9.RELEASE - compile - - - spring-core - org.springframework - - - - - org.springframework.security - spring-security-crypto - 5.2.1.RELEASE - compile - - - org.springframework.boot - spring-boot-cli - 2.2.1.RELEASE - provided - - - diff --git a/spring-cloud-launcher/.flattened-pom.xml b/spring-cloud-launcher/.flattened-pom.xml deleted file mode 100644 index 746f87f..0000000 --- a/spring-cloud-launcher/.flattened-pom.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-cli-parent - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud - spring-cloud-launcher - 2.2.1.BUILD-SNAPSHOT - pom - spring-cloud-launcher - Spring Cloud Launcher - https://projects.spring.io/spring-cloud/spring-cloud-launcher/ - - 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-cli.git/spring-cloud-launcher - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-launcher - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-launcher - - - - org.springframework.boot - spring-boot-configuration-processor - 2.2.1.RELEASE - provided - true - - - diff --git a/spring-cloud-launcher/spring-cloud-launcher-cli/.flattened-pom.xml b/spring-cloud-launcher/spring-cloud-launcher-cli/.flattened-pom.xml deleted file mode 100644 index 3b68ff5..0000000 --- a/spring-cloud-launcher/spring-cloud-launcher-cli/.flattened-pom.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-launcher - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud.launcher - spring-cloud-launcher-cli - 2.2.1.BUILD-SNAPSHOT - spring-cloud-launcher-cli - Spring Cloud Launcher CLI - https://projects.spring.io/spring-cloud/spring-cloud-launcher/spring-cloud-launcher-cli/ - - 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-cli.git/spring-cloud-launcher/spring-cloud-launcher-cli - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-launcher/spring-cloud-launcher-cli - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-launcher/spring-cloud-launcher-cli - - - - org.springframework.boot - spring-boot-cli - 2.2.1.RELEASE - provided - - - org.codehaus.plexus - plexus-utils - 3.1.0 - compile - - - commons-logging - commons-logging - 1.2 - provided - - - org.springframework.boot - spring-boot-configuration-processor - 2.2.1.RELEASE - provided - true - - - diff --git a/spring-cloud-launcher/spring-cloud-launcher-configserver/.flattened-pom.xml b/spring-cloud-launcher/spring-cloud-launcher-configserver/.flattened-pom.xml deleted file mode 100644 index c474c73..0000000 --- a/spring-cloud-launcher/spring-cloud-launcher-configserver/.flattened-pom.xml +++ /dev/null @@ -1,137 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-launcher - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud.launcher - spring-cloud-launcher-configserver - 2.2.1.BUILD-SNAPSHOT - spring-cloud-launcher-configserver - Spring Cloud Launcher ConfigServer - https://projects.spring.io/spring-cloud/spring-cloud-launcher/spring-cloud-launcher-configserver/ - - 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-cli.git/spring-cloud-launcher/spring-cloud-launcher-configserver - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-launcher/spring-cloud-launcher-configserver - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-launcher/spring-cloud-launcher-configserver - - - - org.springframework.boot - spring-boot-starter-actuator - 2.2.1.RELEASE - compile - - - org.springframework.cloud - spring-cloud-starter-netflix-eureka-client - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-starter-bus-kafka - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-config-server - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-config-monitor - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.boot - spring-boot-configuration-processor - 2.2.1.RELEASE - provided - true - - - diff --git a/spring-cloud-launcher/spring-cloud-launcher-deployer/.flattened-pom.xml b/spring-cloud-launcher/spring-cloud-launcher-deployer/.flattened-pom.xml deleted file mode 100644 index 1103976..0000000 --- a/spring-cloud-launcher/spring-cloud-launcher-deployer/.flattened-pom.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-launcher - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud.launcher - spring-cloud-launcher-deployer - 2.2.1.BUILD-SNAPSHOT - spring-cloud-launcher-deployer - Spring Cloud Launcher Deployer - https://projects.spring.io/spring-cloud/spring-cloud-launcher/spring-cloud-launcher-deployer/ - - 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-cli.git/spring-cloud-launcher/spring-cloud-launcher-deployer - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-launcher/spring-cloud-launcher-deployer - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-launcher/spring-cloud-launcher-deployer - - - - org.springframework.cloud - spring-cloud-deployer-thin - 1.0.22.RELEASE - compile - - - spring-boot-test-support - org.springframework.boot - - - - - org.springframework.cloud - spring-cloud-deployer-resource-support - 2.0.3.RELEASE - compile - - - org.springframework.boot - spring-boot-starter-validation - 2.2.1.RELEASE - compile - - - org.springframework.boot - spring-boot-configuration-processor - 2.2.1.RELEASE - provided - true - - - diff --git a/spring-cloud-launcher/spring-cloud-launcher-eureka/.flattened-pom.xml b/spring-cloud-launcher/spring-cloud-launcher-eureka/.flattened-pom.xml deleted file mode 100644 index 39b8557..0000000 --- a/spring-cloud-launcher/spring-cloud-launcher-eureka/.flattened-pom.xml +++ /dev/null @@ -1,149 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-launcher - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud.launcher - spring-cloud-launcher-eureka - 2.2.1.BUILD-SNAPSHOT - spring-cloud-launcher-eureka - Spring Cloud Launcher Eureka - https://projects.spring.io/spring-cloud/spring-cloud-launcher/spring-cloud-launcher-eureka/ - - 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-cli.git/spring-cloud-launcher/spring-cloud-launcher-eureka - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-launcher/spring-cloud-launcher-eureka - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-launcher/spring-cloud-launcher-eureka - - - - org.springframework.boot - spring-boot-starter-actuator - 2.2.1.RELEASE - compile - - - org.springframework.cloud - spring-cloud-starter-config - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-starter-bus-kafka - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-netflix-eureka-server - 2.2.1.BUILD-SNAPSHOT - compile - - - javax.xml.bind - jaxb-api - 2.3.1 - compile - - - org.glassfish.jaxb - jaxb-runtime - 2.3.2 - compile - - - javax.activation - javax.activation-api - 1.2.0 - compile - - - org.springframework.boot - spring-boot-configuration-processor - 2.2.1.RELEASE - provided - true - - - diff --git a/spring-cloud-launcher/spring-cloud-launcher-h2/.flattened-pom.xml b/spring-cloud-launcher/spring-cloud-launcher-h2/.flattened-pom.xml deleted file mode 100644 index a1d1da7..0000000 --- a/spring-cloud-launcher/spring-cloud-launcher-h2/.flattened-pom.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-launcher - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud.launcher - spring-cloud-launcher-h2 - 2.2.1.BUILD-SNAPSHOT - spring-cloud-launcher-h2 - Spring Cloud Launcher H2 - https://projects.spring.io/spring-cloud/spring-cloud-launcher/spring-cloud-launcher-h2/ - - 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-cli.git/spring-cloud-launcher/spring-cloud-launcher-h2 - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-launcher/spring-cloud-launcher-h2 - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-launcher/spring-cloud-launcher-h2 - - - - com.h2database - h2 - 1.4.200 - compile - - - org.springframework.boot - spring-boot-starter-web - 2.2.1.RELEASE - compile - - - org.springframework.boot - spring-boot-starter-actuator - 2.2.1.RELEASE - compile - - - org.springframework.cloud - spring-cloud-starter-config - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-starter-bus-kafka - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-netflix-eureka-client - 2.2.1.BUILD-SNAPSHOT - compile - - - com.netflix.eureka - eureka-client - 1.9.13 - compile - - - jersey-client - com.sun.jersey - - - jersey-core - com.sun.jersey - - - jersey-apache-client4 - com.sun.jersey.contribs - - - archaius-core - com.netflix.archaius - - - - - org.springframework.boot - spring-boot-configuration-processor - 2.2.1.RELEASE - provided - true - - - diff --git a/spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard/.flattened-pom.xml b/spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard/.flattened-pom.xml deleted file mode 100644 index a51cc85..0000000 --- a/spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard/.flattened-pom.xml +++ /dev/null @@ -1,137 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-launcher - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud.launcher - spring-cloud-launcher-hystrixdashboard - 2.2.1.BUILD-SNAPSHOT - spring-cloud-launcher-hystrixdashboard - Spring Cloud Launcher Hystrix Dashboard - https://projects.spring.io/spring-cloud/spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard/ - - 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-cli.git/spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-launcher/spring-cloud-launcher-hystrixdashboard - - - - org.springframework.boot - spring-boot-starter-actuator - 2.2.1.RELEASE - compile - - - org.springframework.cloud - spring-cloud-starter-config - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-starter-netflix-eureka-client - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-starter-bus-kafka - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-starter-netflix-hystrix-dashboard - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.boot - spring-boot-configuration-processor - 2.2.1.RELEASE - provided - true - - - diff --git a/spring-cloud-launcher/spring-cloud-launcher-kafka/.flattened-pom.xml b/spring-cloud-launcher/spring-cloud-launcher-kafka/.flattened-pom.xml deleted file mode 100644 index 2c7c12b..0000000 --- a/spring-cloud-launcher/spring-cloud-launcher-kafka/.flattened-pom.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-launcher - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud.launcher - spring-cloud-launcher-kafka - 2.2.1.BUILD-SNAPSHOT - spring-cloud-launcher-kafka - Spring Cloud Launcher Kafka - https://projects.spring.io/spring-cloud/spring-cloud-launcher/spring-cloud-launcher-kafka/ - - 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-cli.git/spring-cloud-launcher/spring-cloud-launcher-kafka - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-launcher/spring-cloud-launcher-kafka - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-launcher/spring-cloud-launcher-kafka - - - - org.springframework.boot - spring-boot-starter-web - 2.2.1.RELEASE - compile - - - org.springframework.boot - spring-boot-starter-actuator - 2.2.1.RELEASE - compile - - - org.springframework.cloud - spring-cloud-starter-config - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.kafka - spring-kafka-test - 2.3.3.RELEASE - compile - - - org.springframework.boot - spring-boot-configuration-processor - 2.2.1.RELEASE - provided - true - - - diff --git a/spring-cloud-launcher/spring-cloud-launcher-stubrunner/.flattened-pom.xml b/spring-cloud-launcher/spring-cloud-launcher-stubrunner/.flattened-pom.xml deleted file mode 100644 index d447750..0000000 --- a/spring-cloud-launcher/spring-cloud-launcher-stubrunner/.flattened-pom.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-launcher - 2.2.1.BUILD-SNAPSHOT - - org.springframework.cloud.launcher - spring-cloud-launcher-stubrunner - 2.2.1.BUILD-SNAPSHOT - spring-cloud-launcher-stubrunner - Spring Cloud Launcher Stub Runner - https://projects.spring.io/spring-cloud/spring-cloud-launcher/spring-cloud-launcher-stubrunner/ - - 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-cli.git/spring-cloud-launcher/spring-cloud-launcher-stubrunner - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-cli.git/spring-cloud-launcher/spring-cloud-launcher-stubrunner - https://github.com/spring-cloud/spring-cloud-cli/spring-cloud-launcher/spring-cloud-launcher-stubrunner - - - - 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.cloud - spring-cloud-starter-contract-stub-runner - 2.2.1.BUILD-SNAPSHOT - compile - - - org.springframework.boot - spring-boot-configuration-processor - 2.2.1.RELEASE - provided - true - - -