diff --git a/spring-web-modules/spring-boot-jsp/README.md b/spring-web-modules/spring-boot-jsp/README.md deleted file mode 100644 index 8242461917..0000000000 --- a/spring-web-modules/spring-boot-jsp/README.md +++ /dev/null @@ -1,6 +0,0 @@ -## Spring MVC Forms JSP - -This module contains articles about Spring Boot used with JSP - -### Relevant Articles -- [Spring Boot with JSP](https://www.baeldung.com/?) diff --git a/spring-web-modules/spring-boot-jsp/pom.xml b/spring-web-modules/spring-boot-jsp/pom.xml index 672cc8b426..d646b6058a 100644 --- a/spring-web-modules/spring-boot-jsp/pom.xml +++ b/spring-web-modules/spring-boot-jsp/pom.xml @@ -3,8 +3,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - com.baeldung spring-boot-jsp 0.0.1-SNAPSHOT spring-boot-jsp @@ -56,18 +54,6 @@ - - org.junit.jupiter - junit-jupiter-engine - ${junit-jupiter.version} - test - - - org.mockito - mockito-core - ${mockito.version} - test - org.springframework.boot spring-boot-starter-test @@ -81,6 +67,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring-boot.version} com.baeldung.boot.jsp.SpringBootJspApplication