Merge pull request #10360 from Maiklins/JAVA-3539-move-spring-resttemplate-2

Java-3539 move spring resttemplate 2
This commit is contained in:
Loredana Crusoveanu 2020-12-30 11:20:35 +02:00 committed by GitHub
commit 5e988767d1
38 changed files with 2 additions and 3 deletions

View File

@ -678,7 +678,6 @@
<module>spring-rest-shell</module>
<module>spring-rest-simple</module>
<module>spring-resttemplate</module>
<module>spring-resttemplate-2</module>
<module>spring-rest-testing</module>
<module>spring-roo</module>
@ -1147,7 +1146,6 @@
<module>spring-rest-shell</module>
<module>spring-rest-simple</module>
<module>spring-resttemplate</module>
<module>spring-resttemplate-2</module>
<module>spring-rest-testing</module>
<module>spring-roo</module>

View File

@ -21,6 +21,7 @@
<module>spring-mvc-crash</module>
<module>spring-mvc-forms-jsp</module>
<module>spring-rest-http</module>
<module>spring-resttemplate-2</module>
<module>spring-thymeleaf</module>
<module>spring-thymeleaf-2</module>
<module>spring-thymeleaf-3</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/pom.xml</relativePath>
</parent>
<dependencies>