fixed parent relative path in spring-cloud-gateway-webflux/pom.xml (#572)

This commit is contained in:
wormholeracing
2018-10-05 18:35:43 -04:00
committed by Spencer Gibb
parent d4637714e1
commit 0b39ee1819

View File

@@ -11,7 +11,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<relativePath/>
<relativePath>..</relativePath>
</parent>
<dependencies>