|
8 | 8 | <packaging>pom</packaging>
|
9 | 9 | <name>Spring Cloud OpenFeign</name>
|
10 | 10 | <description>Spring Cloud OpenFeign</description>
|
| 11 | + <url>https://github.com/spring-cloud/spring-cloud-openfeign</url> |
| 12 | + |
11 | 13 | <parent>
|
12 | 14 | <groupId>org.springframework.cloud</groupId>
|
13 | 15 | <artifactId>spring-cloud-build</artifactId>
|
|
23 | 25 | </developerConnection>
|
24 | 26 | <tag>HEAD</tag>
|
25 | 27 | </scm>
|
| 28 | + <licenses> |
| 29 | + <license> |
| 30 | + <name>Apache License, Version 2.0</name> |
| 31 | + <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
| 32 | + </license> |
| 33 | + </licenses> |
| 34 | + <developers> |
| 35 | + <developer> |
| 36 | + <id>dsyer</id> |
| 37 | + <name>Dave Syer</name> |
| 38 | + <email>david.syer at broadcom.com</email> |
| 39 | + <organization>Broadcom, Inc.</organization> |
| 40 | + <organizationUrl>https://www.spring.io</organizationUrl> |
| 41 | + <roles> |
| 42 | + <role>lead</role> |
| 43 | + </roles> |
| 44 | + </developer> |
| 45 | + <developer> |
| 46 | + <id>sgibb</id> |
| 47 | + <name>Spencer Gibb</name> |
| 48 | + <email>spencer.gibb at broadcom.com</email> |
| 49 | + <organization>Broadcom, Inc.</organization> |
| 50 | + <organizationUrl>https://www.spring.io</organizationUrl> |
| 51 | + <roles> |
| 52 | + <role>lead</role> |
| 53 | + </roles> |
| 54 | + </developer> |
| 55 | + <developer> |
| 56 | + <id>mgrzejszczak</id> |
| 57 | + <name>Marcin Grzejszczak</name> |
| 58 | + <email>>marcin.grzejszczak at broadcom.com</email> |
| 59 | + <organization>Broadcom, Inc.</organization> |
| 60 | + <organizationUrl>https://www.spring.io</organizationUrl> |
| 61 | + <roles> |
| 62 | + <role>developer</role> |
| 63 | + </roles> |
| 64 | + </developer> |
| 65 | + <developer> |
| 66 | + <id>rbaxter</id> |
| 67 | + <name>Ryan Baxter</name> |
| 68 | + <email>ryan.baxter at broadcom.com</email> |
| 69 | + <organization>Broadcom, Inc.</organization> |
| 70 | + <organizationUrl>https://www.spring.io</organizationUrl> |
| 71 | + <roles> |
| 72 | + <role>developer</role> |
| 73 | + </roles> |
| 74 | + </developer> |
| 75 | + <developer> |
| 76 | + <id>omaciaszeksharma</id> |
| 77 | + <name>Olga Maciaszek-Sharma</name> |
| 78 | + <email>olga.maciaszek-sharma at broadcom.com</email> |
| 79 | + <organization>Broadcom, Inc.</organization> |
| 80 | + <organizationUrl>https://www.spring.io</organizationUrl> |
| 81 | + <roles> |
| 82 | + <role>developer</role> |
| 83 | + </roles> |
| 84 | + </developer> |
| 85 | + </developers> |
26 | 86 | <properties>
|
27 | 87 | <main.basedir>${basedir}</main.basedir>
|
28 | 88 | <jackson.version>2.19.0</jackson.version>
|
|
0 commit comments