From e7c65fc58d3b8fee0d65b7a6de55794c1dde602e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 7 Nov 2019 15:18:02 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- .flattened-pom.xml | 134 +++++++++ docs/.flattened-pom.xml | 107 +++++++ .../.flattened-pom.xml | 113 +++++++ .../.flattened-pom.xml | 135 +++++++++ .../.flattened-pom.xml | 153 ++++++++++ .../.flattened-pom.xml | 113 +++++++ .../.flattened-pom.xml | 152 ++++++++++ .../.flattened-pom.xml | 153 ++++++++++ .../.flattened-pom.xml | 279 ++++++++++++++++++ .../.flattened-pom.xml | 125 ++++++++ 10 files changed, 1464 insertions(+) create mode 100644 .flattened-pom.xml create mode 100644 docs/.flattened-pom.xml create mode 100644 spring-cloud-starter-zookeeper-all/.flattened-pom.xml create mode 100644 spring-cloud-starter-zookeeper-config/.flattened-pom.xml create mode 100644 spring-cloud-starter-zookeeper-discovery/.flattened-pom.xml create mode 100644 spring-cloud-starter-zookeeper/.flattened-pom.xml create mode 100644 spring-cloud-zookeeper-config/.flattened-pom.xml create mode 100644 spring-cloud-zookeeper-core/.flattened-pom.xml create mode 100644 spring-cloud-zookeeper-discovery/.flattened-pom.xml create mode 100644 spring-cloud-zookeeper-sample/.flattened-pom.xml diff --git a/.flattened-pom.xml b/.flattened-pom.xml new file mode 100644 index 00000000..b40d3226 --- /dev/null +++ b/.flattened-pom.xml @@ -0,0 +1,134 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-build + 2.2.0.BUILD-SNAPSHOT + + + org.springframework.cloud + spring-cloud-zookeeper + 2.2.0.BUILD-SNAPSHOT + pom + Spring Cloud Zookeeper + Spring Cloud Zookeeper + https://spring.io/spring-cloud/spring-cloud-zookeeper + + 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-zookeeper.git + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-zookeeper.git + https://github.com/spring-cloud/spring-cloud-zookeeper + + + + 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 new file mode 100644 index 00000000..e8280e97 --- /dev/null +++ b/docs/.flattened-pom.xml @@ -0,0 +1,107 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-zookeeper + 2.2.0.BUILD-SNAPSHOT + + org.springframework.cloud + spring-cloud-zookeeper-docs + 2.2.0.BUILD-SNAPSHOT + pom + Spring Cloud Zookeeper Docs + Spring Cloud Docs + https://spring.io/spring-cloud/spring-cloud-zookeeper/spring-cloud-zookeeper-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-zookeeper.git/spring-cloud-zookeeper-docs + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-zookeeper.git/spring-cloud-zookeeper-docs + https://github.com/spring-cloud/spring-cloud-zookeeper/spring-cloud-zookeeper-docs + + + + org.springframework.cloud + spring-cloud-starter-zookeeper-all + 2.2.0.BUILD-SNAPSHOT + compile + + + diff --git a/spring-cloud-starter-zookeeper-all/.flattened-pom.xml b/spring-cloud-starter-zookeeper-all/.flattened-pom.xml new file mode 100644 index 00000000..aa38e3e3 --- /dev/null +++ b/spring-cloud-starter-zookeeper-all/.flattened-pom.xml @@ -0,0 +1,113 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-zookeeper + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-starter-zookeeper-all + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Starter Zookeeper All + Spring Cloud Starter Zookeeper All + 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-zookeeper.git/spring-cloud-starter-zookeeper-all + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-zookeeper.git/spring-cloud-starter-zookeeper-all + https://github.com/spring-cloud/spring-cloud-zookeeper/spring-cloud-starter-zookeeper-all + + + + org.springframework.cloud + spring-cloud-starter-zookeeper-config + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-starter-zookeeper-discovery + 2.2.0.BUILD-SNAPSHOT + compile + + + diff --git a/spring-cloud-starter-zookeeper-config/.flattened-pom.xml b/spring-cloud-starter-zookeeper-config/.flattened-pom.xml new file mode 100644 index 00000000..9f06600a --- /dev/null +++ b/spring-cloud-starter-zookeeper-config/.flattened-pom.xml @@ -0,0 +1,135 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-zookeeper + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-starter-zookeeper-config + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Starter Zookeeper Config + Spring Cloud Starter Zookeeper 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-zookeeper.git/spring-cloud-starter-zookeeper-config + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-zookeeper.git/spring-cloud-starter-zookeeper-config + https://github.com/spring-cloud/spring-cloud-zookeeper/spring-cloud-starter-zookeeper-config + + + + org.springframework.cloud + spring-cloud-starter-zookeeper + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-zookeeper-config + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-context + 2.2.0.BUILD-SNAPSHOT + compile + + + org.apache.curator + curator-recipes + 4.0.1 + compile + + + log4j + log4j + + + netty + io.netty + + + + + diff --git a/spring-cloud-starter-zookeeper-discovery/.flattened-pom.xml b/spring-cloud-starter-zookeeper-discovery/.flattened-pom.xml new file mode 100644 index 00000000..044e5791 --- /dev/null +++ b/spring-cloud-starter-zookeeper-discovery/.flattened-pom.xml @@ -0,0 +1,153 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-zookeeper + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-starter-zookeeper-discovery + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Starter Zookeeper Discovery + Spring Cloud Starter Zookeeper Discovery + 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-zookeeper.git/spring-cloud-starter-zookeeper-discovery + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-zookeeper.git/spring-cloud-starter-zookeeper-discovery + https://github.com/spring-cloud/spring-cloud-zookeeper/spring-cloud-starter-zookeeper-discovery + + + + org.springframework.cloud + spring-cloud-starter-zookeeper + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-zookeeper-discovery + 2.2.0.BUILD-SNAPSHOT + compile + + + org.apache.curator + curator-x-discovery + 4.0.1 + compile + + + log4j + log4j + + + netty + io.netty + + + + + org.springframework.cloud + spring-cloud-netflix-hystrix + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-starter-netflix-archaius + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-starter-netflix-ribbon + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-starter-loadbalancer + 2.2.0.BUILD-SNAPSHOT + compile + + + diff --git a/spring-cloud-starter-zookeeper/.flattened-pom.xml b/spring-cloud-starter-zookeeper/.flattened-pom.xml new file mode 100644 index 00000000..e689e570 --- /dev/null +++ b/spring-cloud-starter-zookeeper/.flattened-pom.xml @@ -0,0 +1,113 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-zookeeper + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-starter-zookeeper + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Starter Zookeeper + Spring Cloud Starter Zookeeper + 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-zookeeper.git/spring-cloud-starter-zookeeper + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-zookeeper.git/spring-cloud-starter-zookeeper + https://github.com/spring-cloud/spring-cloud-zookeeper/spring-cloud-starter-zookeeper + + + + org.springframework.cloud + spring-cloud-commons + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-zookeeper-core + 2.2.0.BUILD-SNAPSHOT + compile + + + diff --git a/spring-cloud-zookeeper-config/.flattened-pom.xml b/spring-cloud-zookeeper-config/.flattened-pom.xml new file mode 100644 index 00000000..44bfd915 --- /dev/null +++ b/spring-cloud-zookeeper-config/.flattened-pom.xml @@ -0,0 +1,152 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-zookeeper + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-zookeeper-config + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Zookeeper Config + Spring Cloud Zookeeper Config + https://spring.io/spring-cloud/spring-cloud-zookeeper/spring-cloud-zookeeper-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-zookeeper.git/spring-cloud-zookeeper-config + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-zookeeper.git/spring-cloud-zookeeper-config + https://github.com/spring-cloud/spring-cloud-zookeeper/spring-cloud-zookeeper-config + + + + org.springframework.cloud + spring-cloud-zookeeper-core + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-context + 2.2.0.BUILD-SNAPSHOT + compile + true + + + org.springframework.boot + spring-boot-starter-web + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-actuator + 2.2.1.RELEASE + compile + true + + + org.apache.curator + curator-recipes + 4.0.1 + compile + + + log4j + log4j + + + netty + io.netty + + + true + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.2.1.RELEASE + compile + true + + + diff --git a/spring-cloud-zookeeper-core/.flattened-pom.xml b/spring-cloud-zookeeper-core/.flattened-pom.xml new file mode 100644 index 00000000..609c7f3c --- /dev/null +++ b/spring-cloud-zookeeper-core/.flattened-pom.xml @@ -0,0 +1,153 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-zookeeper + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-zookeeper-core + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Zookeeper Core + Spring Cloud Zookeeper Core + https://spring.io/spring-cloud/spring-cloud-zookeeper/spring-cloud-zookeeper-core + + 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-zookeeper.git/spring-cloud-zookeeper-core + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-zookeeper.git/spring-cloud-zookeeper-core + https://github.com/spring-cloud/spring-cloud-zookeeper/spring-cloud-zookeeper-core + + + + org.springframework.boot + spring-boot-configuration-processor + 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-actuator + 2.2.1.RELEASE + compile + true + + + org.springframework.cloud + spring-cloud-commons + 2.2.0.BUILD-SNAPSHOT + compile + true + + + org.apache.curator + curator-framework + 4.0.1 + compile + + + log4j + log4j + + + netty + io.netty + + + true + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.2.1.RELEASE + compile + true + + + diff --git a/spring-cloud-zookeeper-discovery/.flattened-pom.xml b/spring-cloud-zookeeper-discovery/.flattened-pom.xml new file mode 100644 index 00000000..932a35b0 --- /dev/null +++ b/spring-cloud-zookeeper-discovery/.flattened-pom.xml @@ -0,0 +1,279 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-zookeeper + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-zookeeper-discovery + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Zookeeper Discovery + Spring Cloud Zookeeper Discovery + https://spring.io/spring-cloud/spring-cloud-zookeeper/spring-cloud-zookeeper-discovery + + 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-zookeeper.git/spring-cloud-zookeeper-discovery + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-zookeeper.git/spring-cloud-zookeeper-discovery + https://github.com/spring-cloud/spring-cloud-zookeeper/spring-cloud-zookeeper-discovery + + + + org.springframework.cloud + spring-cloud-zookeeper-core + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-commons + 2.2.0.BUILD-SNAPSHOT + compile + true + + + org.springframework.boot + spring-boot-starter + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-configuration-processor + 2.2.1.RELEASE + compile + true + + + org.springframework + spring-web + 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-webflux + 2.2.1.RELEASE + compile + true + + + org.apache.curator + curator-x-discovery + 4.0.1 + compile + + + log4j + log4j + + + netty + io.netty + + + true + + + org.springframework.cloud + spring-cloud-netflix-hystrix + 2.2.0.BUILD-SNAPSHOT + compile + true + + + org.springframework.cloud + spring-cloud-starter-netflix-archaius + 2.2.0.BUILD-SNAPSHOT + compile + true + + + org.springframework.cloud + spring-cloud-starter-openfeign + 2.2.0.BUILD-SNAPSHOT + compile + true + + + com.netflix.ribbon + ribbon + 2.3.0 + compile + + + commons-logging + commons-logging + + + true + + + com.netflix.ribbon + ribbon-core + 2.3.0 + compile + + + annotations + com.google.code.findbugs + + + true + + + com.netflix.ribbon + ribbon-loadbalancer + 2.3.0 + compile + + + annotations + com.google.code.findbugs + + + true + + + com.netflix.ribbon + ribbon-httpclient + 2.3.0 + compile + + + annotations + com.google.code.findbugs + + + true + + + io.github.openfeign + feign-core + 10.4.0 + compile + true + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.2.1.RELEASE + compile + true + + + org.springframework.cloud + spring-cloud-config-client + 2.2.0.BUILD-SNAPSHOT + compile + true + + + org.springframework.cloud + spring-cloud-config-server + 2.2.0.BUILD-SNAPSHOT + compile + true + + + commons-configuration + commons-configuration + 1.8 + compile + + + commons-logging + commons-logging + + + + + diff --git a/spring-cloud-zookeeper-sample/.flattened-pom.xml b/spring-cloud-zookeeper-sample/.flattened-pom.xml new file mode 100644 index 00000000..c863ac50 --- /dev/null +++ b/spring-cloud-zookeeper-sample/.flattened-pom.xml @@ -0,0 +1,125 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-zookeeper + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-zookeeper-sample + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Zookeeper Sample + Spring Cloud Zookeeper Sample + https://spring.io/spring-cloud/spring-cloud-zookeeper/spring-cloud-zookeeper-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-zookeeper.git/spring-cloud-zookeeper-sample + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-zookeeper.git/spring-cloud-zookeeper-sample + https://github.com/spring-cloud/spring-cloud-zookeeper/spring-cloud-zookeeper-sample + + + + org.springframework.cloud + spring-cloud-starter-zookeeper-all + 2.2.0.BUILD-SNAPSHOT + 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-openfeign + 2.2.0.BUILD-SNAPSHOT + compile + + +