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.
66 lines
2.5 KiB
66 lines
2.5 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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-gateway</artifactId> |
|
<version>2.2.1.BUILD-SNAPSHOT</version> |
|
<relativePath>..</relativePath> |
|
</parent> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-gateway-webflux</artifactId> |
|
<version>2.2.1.BUILD-SNAPSHOT</version> |
|
<name>spring-cloud-gateway-webflux</name> |
|
<description>Spring Cloud Gateway Webflux</description> |
|
<url>https://spring.io/spring-cloud/spring-cloud-gateway/spring-cloud-gateway-webflux</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> |
|
</license> |
|
</licenses> |
|
<developers> |
|
<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>Project lead</role> |
|
</roles> |
|
</developer> |
|
</developers> |
|
<scm> |
|
<connection>scm:git:git://github.com/spring-cloud/spring-cloud-gateway.git/spring-cloud-gateway-webflux</connection> |
|
<developerConnection>scm:git:ssh://git@github.com/spring-cloud/spring-cloud-gateway.git/spring-cloud-gateway-webflux</developerConnection> |
|
<url>https://github.com/spring-cloud/spring-cloud-gateway/spring-cloud-gateway-webflux</url> |
|
</scm> |
|
<dependencies> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-webflux</artifactId> |
|
<version>2.2.1.RELEASE</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-configuration-processor</artifactId> |
|
<version>2.2.1.RELEASE</version> |
|
<scope>compile</scope> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-autoconfigure-processor</artifactId> |
|
<version>2.2.1.RELEASE</version> |
|
<scope>compile</scope> |
|
<optional>true</optional> |
|
</dependency> |
|
</dependencies> |
|
</project>
|
|
|