JAVA-3540: Move spring-resttemplate into spring-web-modules

This commit is contained in:
Krzysztof Woyke
2021-01-05 14:10:30 +01:00
parent 9065589331
commit 217f716e8e
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>