JAVA-3539 Move spring-resttemplate-2 module

This commit is contained in:
mikr 2020-12-29 18:52:31 +01:00
parent 391efe067c
commit 469e5c5c86
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>