Merge pull request #10357 from kwoyke/JAVA-3533

JAVA-3533: Move spring-rest-http-2 into spring-web-modules
This commit is contained in:
Loredana Crusoveanu 2021-01-02 13:58:29 +02:00 committed by GitHub
commit 78c8005199
7 changed files with 2 additions and 2 deletions

View File

@ -666,7 +666,6 @@
<module>spring-reactor</module>
<module>spring-remoting</module>
<module>spring-rest-http-2</module>
<module>spring-rest-shell</module>
<module>spring-rest-simple</module>
<module>spring-resttemplate</module>

View File

@ -28,6 +28,7 @@
<module>spring-mvc-xml</module>
<module>spring-rest-angular</module>
<module>spring-rest-http</module>
<module>spring-rest-http-2</module>
<module>spring-rest-query-language</module>
<module>spring-resttemplate-2</module>
<module>spring-thymeleaf</module>

View File

@ -11,7 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<dependencies>