Merge pull request #10373 from Maiklins/JAVA-3536-move-spring-rest-shell

Java 3536 move spring rest shell
This commit is contained in:
Loredana Crusoveanu 2021-01-02 19:28:22 +02:00 committed by GitHub
commit 659bb1aa07
8 changed files with 2 additions and 3 deletions

View File

@ -663,7 +663,6 @@
<module>spring-reactor</module>
<module>spring-remoting</module>
<module>spring-rest-shell</module>
<module>spring-rest-simple</module>
<module>spring-resttemplate</module>
<module>spring-rest-testing</module>
@ -1120,7 +1119,6 @@
<module>spring-reactor</module>
<module>spring-remoting</module>
<module>spring-rest-shell</module>
<module>spring-rest-simple</module>
<module>spring-resttemplate</module>
<module>spring-rest-testing</module>

View File

@ -31,6 +31,7 @@
<module>spring-rest-http</module>
<module>spring-rest-http-2</module>
<module>spring-rest-query-language</module>
<module>spring-rest-shell</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>