You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
144 lines
5.0 KiB
144 lines
5.0 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
<modelVersion>4.0.0</modelVersion> |
|
<parent> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-openfeign</artifactId> |
|
<version>4.1.0-SNAPSHOT</version> |
|
<relativePath>..</relativePath> |
|
</parent> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-starter-openfeign</artifactId> |
|
<version>4.1.0-SNAPSHOT</version> |
|
<name>Spring Cloud Starter OpenFeign</name> |
|
<description>Spring Cloud Starter OpenFeign</description> |
|
<url>https://projects.spring.io/spring-cloud</url> |
|
<organization> |
|
<name>Pivotal Software, Inc.</name> |
|
<url>https://www.spring.io</url> |
|
</organization> |
|
<licenses> |
|
<license> |
|
<name>Apache License, Version 2.0</name> |
|
<url>https://www.apache.org/licenses/LICENSE-2.0</url> |
|
<comments>Copyright 2014-2021 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.</comments> |
|
</license> |
|
</licenses> |
|
<developers> |
|
<developer> |
|
<id>dsyer</id> |
|
<name>Dave Syer</name> |
|
<email>dsyer at pivotal.io</email> |
|
<organization>Pivotal Software, Inc.</organization> |
|
<organizationUrl>https://www.spring.io</organizationUrl> |
|
<roles> |
|
<role>lead</role> |
|
</roles> |
|
</developer> |
|
<developer> |
|
<id>sgibb</id> |
|
<name>Spencer Gibb</name> |
|
<email>sgibb at pivotal.io</email> |
|
<organization>Pivotal Software, Inc.</organization> |
|
<organizationUrl>https://www.spring.io</organizationUrl> |
|
<roles> |
|
<role>lead</role> |
|
</roles> |
|
</developer> |
|
<developer> |
|
<id>mgrzejszczak</id> |
|
<name>Marcin Grzejszczak</name> |
|
<email>mgrzejszczak at pivotal.io</email> |
|
<organization>Pivotal Software, Inc.</organization> |
|
<organizationUrl>https://www.spring.io</organizationUrl> |
|
<roles> |
|
<role>developer</role> |
|
</roles> |
|
</developer> |
|
<developer> |
|
<id>rbaxter</id> |
|
<name>Ryan Baxter</name> |
|
<email>rbaxter at pivotal.io</email> |
|
<organization>Pivotal Software, Inc.</organization> |
|
<organizationUrl>https://www.spring.io</organizationUrl> |
|
<roles> |
|
<role>developer</role> |
|
</roles> |
|
</developer> |
|
<developer> |
|
<id>omaciaszeksharma</id> |
|
<name>Olga Maciaszek-Sharma</name> |
|
<email>omaciaszeksharma at pivotal.io</email> |
|
<organization>Pivotal Software, Inc.</organization> |
|
<organizationUrl>https://www.spring.io</organizationUrl> |
|
<roles> |
|
<role>developer</role> |
|
</roles> |
|
</developer> |
|
</developers> |
|
<scm> |
|
<connection>scm:git:git://github.com/spring-cloud/spring-cloud-openfeign.git/spring-cloud-starter-openfeign</connection> |
|
<developerConnection>scm:git:ssh://git@github.com/spring-cloud/spring-cloud-openfeign.git/spring-cloud-starter-openfeign</developerConnection> |
|
<url>https://github.com/spring-cloud/spring-cloud-openfeign</url> |
|
</scm> |
|
<dependencies> |
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-starter</artifactId> |
|
<version>4.1.0-SNAPSHOT</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-openfeign-core</artifactId> |
|
<version>4.1.0-SNAPSHOT</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-web</artifactId> |
|
<version>6.1.0-SNAPSHOT</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-commons</artifactId> |
|
<version>4.1.0-SNAPSHOT</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.github.openfeign</groupId> |
|
<artifactId>feign-core</artifactId> |
|
<version>12.4</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.github.openfeign</groupId> |
|
<artifactId>feign-slf4j</artifactId> |
|
<version>12.4</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-starter-loadbalancer</artifactId> |
|
<version>4.1.0-SNAPSHOT</version> |
|
<scope>compile</scope> |
|
<optional>true</optional> |
|
</dependency> |
|
</dependencies> |
|
</project>
|
|
|