Merge pull request #10391 from kwoyke/JAVA-3540

JAVA-3540: Move spring-resttemplate into spring-web-modules
This commit is contained in:
Loredana Crusoveanu 2021-01-06 11:53:56 +02:00 committed by GitHub
commit bd75fcb4a4
72 changed files with 2 additions and 3 deletions

View File

@ -663,7 +663,6 @@
<module>spring-reactor</module>
<module>spring-remoting</module>
<module>spring-resttemplate</module>
<module>spring-roo</module>
<module>spring-scheduling</module>
@ -1117,7 +1116,6 @@
<module>spring-reactor</module>
<module>spring-remoting</module>
<module>spring-resttemplate</module>
<module>spring-roo</module>
<module>spring-scheduling</module>

View File

@ -34,6 +34,7 @@
<module>spring-rest-shell</module>
<module>spring-rest-simple</module>
<module>spring-rest-testing</module>
<module>spring-resttemplate</module>
<module>spring-resttemplate-2</module>
<module>spring-thymeleaf</module>
<module>spring-thymeleaf-2</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>