Browse Source

Wrong parent for MVC module

pull/53/merge
Dave Syer 8 years ago
parent
commit
2338762cc2
  1. 3
      spring-cloud-gateway-mvc/pom.xml

3
spring-cloud-gateway-mvc/pom.xml

@ -10,8 +10,9 @@ @@ -10,8 +10,9 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-parent</artifactId>
<artifactId>spring-cloud-gateway</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<dependencies>

Loading…
Cancel
Save