From fbb36e29b8d4fbecd838dfcd92d0073968c0cae3 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 14 Nov 2019 15:58:19 +0100 Subject: [PATCH] Polishing --- .flattened-pom.xml | 163 ---------- .gitignore | 2 + docs/.flattened-pom.xml | 126 -------- .../.flattened-pom.xml | 175 ----------- .../.flattened-pom.xml | 145 --------- spring-cloud-vault-config-aws/.jdk8 | 1 - .../.flattened-pom.xml | 145 --------- spring-cloud-vault-config-consul/.jdk8 | 1 - .../.flattened-pom.xml | 145 --------- spring-cloud-vault-config-databases/.jdk8 | 1 - .../.flattened-pom.xml | 145 --------- spring-cloud-vault-config-rabbitmq/.jdk8 | 1 - spring-cloud-vault-config/.flattened-pom.xml | 284 ------------------ spring-cloud-vault-config/.jdk8 | 1 - 14 files changed, 2 insertions(+), 1333 deletions(-) delete mode 100644 .flattened-pom.xml delete mode 100644 docs/.flattened-pom.xml delete mode 100644 spring-cloud-starter-vault-config/.flattened-pom.xml delete mode 100644 spring-cloud-vault-config-aws/.flattened-pom.xml delete mode 100644 spring-cloud-vault-config-aws/.jdk8 delete mode 100644 spring-cloud-vault-config-consul/.flattened-pom.xml delete mode 100644 spring-cloud-vault-config-consul/.jdk8 delete mode 100644 spring-cloud-vault-config-databases/.flattened-pom.xml delete mode 100644 spring-cloud-vault-config-databases/.jdk8 delete mode 100644 spring-cloud-vault-config-rabbitmq/.flattened-pom.xml delete mode 100644 spring-cloud-vault-config-rabbitmq/.jdk8 delete mode 100644 spring-cloud-vault-config/.flattened-pom.xml delete mode 100644 spring-cloud-vault-config/.jdk8 diff --git a/.flattened-pom.xml b/.flattened-pom.xml deleted file mode 100644 index 86a2e3a5..00000000 --- a/.flattened-pom.xml +++ /dev/null @@ -1,163 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-build - 2.2.0.BUILD-SNAPSHOT - - - org.springframework.cloud - spring-cloud-vault-parent - 2.2.0.BUILD-SNAPSHOT - pom - Spring Cloud Vault - Configuration Integration with HashiCorp Vault - https://spring.io/spring-cloud/spring-cloud-vault-parent - - 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-vault.git - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-vault.git - https://github.com/spring-cloud/spring-cloud-vault - - - - javax.validation - validation-api - 2.0.1.Final - provided - - - org.hibernate.validator - hibernate-validator - 6.0.18.Final - provided - - - org.springframework.boot - spring-boot-autoconfigure - 2.2.1.RELEASE - provided - - - org.springframework.boot - spring-boot-starter - 2.2.1.RELEASE - provided - - - - - spring - - true - - - - - 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 9f401741..3b8f439b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,7 @@ download/ work build/ pom.xml.releaseBackup +.flattened-pom.xml release.properties .vscode/ + diff --git a/docs/.flattened-pom.xml b/docs/.flattened-pom.xml deleted file mode 100644 index 48d2fc00..00000000 --- a/docs/.flattened-pom.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-vault-parent - 2.2.0.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-vault-config-docs - 2.2.0.BUILD-SNAPSHOT - pom - Spring Cloud Vault Config Docs - Spring Cloud Docs - https://spring.io/spring-cloud/spring-cloud-vault-parent/spring-cloud-vault-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-vault.git/spring-cloud-vault-config-docs - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-vault.git/spring-cloud-vault-config-docs - https://github.com/spring-cloud/spring-cloud-vault/spring-cloud-vault-config-docs - - - - javax.validation - validation-api - 2.0.1.Final - provided - - - org.hibernate.validator - hibernate-validator - 6.0.18.Final - provided - - - org.springframework.boot - spring-boot-autoconfigure - 2.2.1.RELEASE - provided - - - org.springframework.boot - spring-boot-starter - 2.2.1.RELEASE - provided - - - diff --git a/spring-cloud-starter-vault-config/.flattened-pom.xml b/spring-cloud-starter-vault-config/.flattened-pom.xml deleted file mode 100644 index 77371ab9..00000000 --- a/spring-cloud-starter-vault-config/.flattened-pom.xml +++ /dev/null @@ -1,175 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-vault-parent - 2.2.0.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-starter-vault-config - 2.2.0.BUILD-SNAPSHOT - Spring Cloud Starter Vault Config - Starter for exposing Spring Cloud Vault Config - https://cloud.spring.io/spring-cloud-vault/ - - 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-vault.git/spring-cloud-starter-vault-config - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-vault.git/spring-cloud-starter-vault-config - https://github.com/spring-cloud/spring-cloud-vault/spring-cloud-starter-vault-config - - - - org.apache.httpcomponents - httpclient - 4.5.10 - compile - - - commons-logging - commons-logging - - - - - org.apache.httpcomponents - httpcore - 4.4.12 - compile - - - org.springframework.cloud - spring-cloud-starter - 2.2.0.BUILD-SNAPSHOT - compile - - - org.springframework.cloud - spring-cloud-vault-config - 2.2.0.BUILD-SNAPSHOT - compile - - - org.springframework.vault - spring-vault-core - 2.2.0.RELEASE - compile - - - spring-core - org.springframework - - - spring-beans - org.springframework - - - spring-web - org.springframework - - - - - javax.validation - validation-api - 2.0.1.Final - provided - - - org.hibernate.validator - hibernate-validator - 6.0.18.Final - provided - - - org.springframework.boot - spring-boot-autoconfigure - 2.2.1.RELEASE - provided - - - org.springframework.boot - spring-boot-starter - 2.2.1.RELEASE - provided - - - diff --git a/spring-cloud-vault-config-aws/.flattened-pom.xml b/spring-cloud-vault-config-aws/.flattened-pom.xml deleted file mode 100644 index f22ffe04..00000000 --- a/spring-cloud-vault-config-aws/.flattened-pom.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-vault-parent - 2.2.0.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-vault-config-aws - 2.2.0.BUILD-SNAPSHOT - Spring Cloud Vault Config AWS support - Spring Cloud Vault Config AWS support - https://spring.io/spring-cloud/spring-cloud-vault-parent/spring-cloud-vault-config-aws - - 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-vault.git/spring-cloud-vault-config-aws - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-vault.git/spring-cloud-vault-config-aws - https://github.com/spring-cloud/spring-cloud-vault/spring-cloud-vault-config-aws - - - - org.springframework.cloud - spring-cloud-vault-config - 2.2.0.BUILD-SNAPSHOT - 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 - - - javax.validation - validation-api - 2.0.1.Final - provided - - - org.hibernate.validator - hibernate-validator - 6.0.18.Final - provided - - - org.springframework.boot - spring-boot-autoconfigure - 2.2.1.RELEASE - provided - - - org.springframework.boot - spring-boot-starter - 2.2.1.RELEASE - provided - - - diff --git a/spring-cloud-vault-config-aws/.jdk8 b/spring-cloud-vault-config-aws/.jdk8 deleted file mode 100644 index c308bac1..00000000 --- a/spring-cloud-vault-config-aws/.jdk8 +++ /dev/null @@ -1 +0,0 @@ -Java 8 build profile marker. \ No newline at end of file diff --git a/spring-cloud-vault-config-consul/.flattened-pom.xml b/spring-cloud-vault-config-consul/.flattened-pom.xml deleted file mode 100644 index 8d3048a8..00000000 --- a/spring-cloud-vault-config-consul/.flattened-pom.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-vault-parent - 2.2.0.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-vault-config-consul - 2.2.0.BUILD-SNAPSHOT - Spring Cloud Vault Config Consul support - Spring Cloud Vault Config Consul support - https://spring.io/spring-cloud/spring-cloud-vault-parent/spring-cloud-vault-config-consul - - 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-vault.git/spring-cloud-vault-config-consul - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-vault.git/spring-cloud-vault-config-consul - https://github.com/spring-cloud/spring-cloud-vault/spring-cloud-vault-config-consul - - - - org.springframework.cloud - spring-cloud-vault-config - 2.2.0.BUILD-SNAPSHOT - 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 - - - javax.validation - validation-api - 2.0.1.Final - provided - - - org.hibernate.validator - hibernate-validator - 6.0.18.Final - provided - - - org.springframework.boot - spring-boot-autoconfigure - 2.2.1.RELEASE - provided - - - org.springframework.boot - spring-boot-starter - 2.2.1.RELEASE - provided - - - diff --git a/spring-cloud-vault-config-consul/.jdk8 b/spring-cloud-vault-config-consul/.jdk8 deleted file mode 100644 index c308bac1..00000000 --- a/spring-cloud-vault-config-consul/.jdk8 +++ /dev/null @@ -1 +0,0 @@ -Java 8 build profile marker. \ No newline at end of file diff --git a/spring-cloud-vault-config-databases/.flattened-pom.xml b/spring-cloud-vault-config-databases/.flattened-pom.xml deleted file mode 100644 index 38cacdc7..00000000 --- a/spring-cloud-vault-config-databases/.flattened-pom.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-vault-parent - 2.2.0.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-vault-config-databases - 2.2.0.BUILD-SNAPSHOT - Spring Cloud Vault Config Database support - Spring Cloud Vault Config Database support - https://spring.io/spring-cloud/spring-cloud-vault-parent/spring-cloud-vault-config-databases - - 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-vault.git/spring-cloud-vault-config-databases - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-vault.git/spring-cloud-vault-config-databases - https://github.com/spring-cloud/spring-cloud-vault/spring-cloud-vault-config-databases - - - - org.springframework.cloud - spring-cloud-vault-config - 2.2.0.BUILD-SNAPSHOT - 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 - - - javax.validation - validation-api - 2.0.1.Final - provided - - - org.hibernate.validator - hibernate-validator - 6.0.18.Final - provided - - - org.springframework.boot - spring-boot-autoconfigure - 2.2.1.RELEASE - provided - - - org.springframework.boot - spring-boot-starter - 2.2.1.RELEASE - provided - - - diff --git a/spring-cloud-vault-config-databases/.jdk8 b/spring-cloud-vault-config-databases/.jdk8 deleted file mode 100644 index c308bac1..00000000 --- a/spring-cloud-vault-config-databases/.jdk8 +++ /dev/null @@ -1 +0,0 @@ -Java 8 build profile marker. \ No newline at end of file diff --git a/spring-cloud-vault-config-rabbitmq/.flattened-pom.xml b/spring-cloud-vault-config-rabbitmq/.flattened-pom.xml deleted file mode 100644 index 2b769609..00000000 --- a/spring-cloud-vault-config-rabbitmq/.flattened-pom.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-vault-parent - 2.2.0.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-vault-config-rabbitmq - 2.2.0.BUILD-SNAPSHOT - Spring Cloud Vault Config RabbitMQ support - Spring Cloud Vault Config RabbitMQ support - https://spring.io/spring-cloud/spring-cloud-vault-parent/spring-cloud-vault-config-rabbitmq - - 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-vault.git/spring-cloud-vault-config-rabbitmq - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-vault.git/spring-cloud-vault-config-rabbitmq - https://github.com/spring-cloud/spring-cloud-vault/spring-cloud-vault-config-rabbitmq - - - - org.springframework.cloud - spring-cloud-vault-config - 2.2.0.BUILD-SNAPSHOT - 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 - - - javax.validation - validation-api - 2.0.1.Final - provided - - - org.hibernate.validator - hibernate-validator - 6.0.18.Final - provided - - - org.springframework.boot - spring-boot-autoconfigure - 2.2.1.RELEASE - provided - - - org.springframework.boot - spring-boot-starter - 2.2.1.RELEASE - provided - - - diff --git a/spring-cloud-vault-config-rabbitmq/.jdk8 b/spring-cloud-vault-config-rabbitmq/.jdk8 deleted file mode 100644 index c308bac1..00000000 --- a/spring-cloud-vault-config-rabbitmq/.jdk8 +++ /dev/null @@ -1 +0,0 @@ -Java 8 build profile marker. \ No newline at end of file diff --git a/spring-cloud-vault-config/.flattened-pom.xml b/spring-cloud-vault-config/.flattened-pom.xml deleted file mode 100644 index e1d89e23..00000000 --- a/spring-cloud-vault-config/.flattened-pom.xml +++ /dev/null @@ -1,284 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-vault-parent - 2.2.0.BUILD-SNAPSHOT - .. - - org.springframework.cloud - spring-cloud-vault-config - 2.2.0.BUILD-SNAPSHOT - Spring Cloud Vault Configuration Integration - Configuration Integration with HashiCorp Vault - https://spring.io/spring-cloud/spring-cloud-vault-parent/spring-cloud-vault-config - - 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-vault.git/spring-cloud-vault-config - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-vault.git/spring-cloud-vault-config - https://github.com/spring-cloud/spring-cloud-vault/spring-cloud-vault-config - - - - org.springframework - spring-web - 5.2.1.RELEASE - compile - - - 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.vault - spring-vault-core - 2.2.0.RELEASE - compile - - - spring-core - org.springframework - - - spring-beans - org.springframework - - - spring-web - org.springframework - - - - - org.springframework - spring-webflux - 5.2.1.RELEASE - compile - true - - - org.springframework.boot - spring-boot-starter-actuator - 2.2.1.RELEASE - compile - true - - - org.springframework.boot - spring-boot-starter-logging - 2.2.1.RELEASE - compile - true - - - org.apache.httpcomponents - httpclient - 4.5.10 - compile - - - commons-logging - commons-logging - - - true - - - org.apache.httpcomponents - httpcore - 4.4.12 - compile - true - - - io.netty - netty-all - 4.1.43.Final - compile - true - - - com.squareup.okhttp3 - okhttp - 3.14.4 - compile - true - - - io.projectreactor - reactor-core - 3.3.0.RELEASE - compile - true - - - io.projectreactor.netty - reactor-netty - 0.9.1.RELEASE - compile - true - - - com.amazonaws - aws-java-sdk-core - 1.11.627 - compile - - - ion-java - software.amazon.ion - - - jackson-dataformat-cbor - com.fasterxml.jackson.dataformat - - - true - - - org.bouncycastle - bcpkix-jdk15on - 1.64 - compile - true - - - com.google.apis - google-api-services-iam - v1-rev20191010-1.30.3 - compile - true - - - com.google.auth - google-auth-library-oauth2-http - 0.18.0 - compile - true - - - 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 - - - javax.validation - validation-api - 2.0.1.Final - provided - - - org.hibernate.validator - hibernate-validator - 6.0.18.Final - provided - - - org.springframework.boot - spring-boot-autoconfigure - 2.2.1.RELEASE - provided - - - org.springframework.boot - spring-boot-starter - 2.2.1.RELEASE - provided - - - diff --git a/spring-cloud-vault-config/.jdk8 b/spring-cloud-vault-config/.jdk8 deleted file mode 100644 index c308bac1..00000000 --- a/spring-cloud-vault-config/.jdk8 +++ /dev/null @@ -1 +0,0 @@ -Java 8 build profile marker. \ No newline at end of file