diff --git a/pom.xml b/pom.xml
index 86db927568..16de220d8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -663,7 +663,6 @@
spring-reactor
spring-remoting
- spring-rest-shell
spring-rest-simple
spring-resttemplate
spring-rest-testing
@@ -1120,7 +1119,6 @@
spring-reactor
spring-remoting
- spring-rest-shell
spring-rest-simple
spring-resttemplate
spring-rest-testing
diff --git a/spring-web-modules/pom.xml b/spring-web-modules/pom.xml
index a265c25399..d2d8b5d816 100644
--- a/spring-web-modules/pom.xml
+++ b/spring-web-modules/pom.xml
@@ -31,6 +31,7 @@
spring-rest-http
spring-rest-http-2
spring-rest-query-language
+ spring-rest-shell
spring-resttemplate-2
spring-thymeleaf
spring-thymeleaf-2
diff --git a/spring-rest-shell/README.md b/spring-web-modules/spring-rest-shell/README.md
similarity index 100%
rename from spring-rest-shell/README.md
rename to spring-web-modules/spring-rest-shell/README.md
diff --git a/spring-rest-shell/pom.xml b/spring-web-modules/spring-rest-shell/pom.xml
similarity index 96%
rename from spring-rest-shell/pom.xml
rename to spring-web-modules/spring-rest-shell/pom.xml
index 1148a5c093..f5792fd6ca 100644
--- a/spring-rest-shell/pom.xml
+++ b/spring-web-modules/spring-rest-shell/pom.xml
@@ -11,7 +11,7 @@
com.baeldung
parent-boot-2
0.0.1-SNAPSHOT
- ../parent-boot-2
+ ../../parent-boot-2
diff --git a/spring-rest-shell/src/main/java/com/baeldung/Application.java b/spring-web-modules/spring-rest-shell/src/main/java/com/baeldung/Application.java
similarity index 100%
rename from spring-rest-shell/src/main/java/com/baeldung/Application.java
rename to spring-web-modules/spring-rest-shell/src/main/java/com/baeldung/Application.java
diff --git a/spring-rest-shell/src/main/java/com/baeldung/acticle/Article.java b/spring-web-modules/spring-rest-shell/src/main/java/com/baeldung/acticle/Article.java
similarity index 100%
rename from spring-rest-shell/src/main/java/com/baeldung/acticle/Article.java
rename to spring-web-modules/spring-rest-shell/src/main/java/com/baeldung/acticle/Article.java
diff --git a/spring-rest-shell/src/main/java/com/baeldung/acticle/ArticleRepository.java b/spring-web-modules/spring-rest-shell/src/main/java/com/baeldung/acticle/ArticleRepository.java
similarity index 100%
rename from spring-rest-shell/src/main/java/com/baeldung/acticle/ArticleRepository.java
rename to spring-web-modules/spring-rest-shell/src/main/java/com/baeldung/acticle/ArticleRepository.java
diff --git a/spring-rest-shell/src/main/resources/logback.xml b/spring-web-modules/spring-rest-shell/src/main/resources/logback.xml
similarity index 100%
rename from spring-rest-shell/src/main/resources/logback.xml
rename to spring-web-modules/spring-rest-shell/src/main/resources/logback.xml