diff --git a/petclinic-data/pom.xml b/petclinic-data/pom.xml
index 3653958b4..deccf5292 100644
--- a/petclinic-data/pom.xml
+++ b/petclinic-data/pom.xml
@@ -10,6 +10,10 @@
4.0.0
petclinic-data
+ 0.0.1-SNAPSHOT
+
+ true
+
org.springframework.boot
@@ -30,6 +34,17 @@
mysql-connector-java
runtime
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.junit.vintage
+ junit-vintage-engine
+
+
+
diff --git a/petclinic-web/pom.xml b/petclinic-web/pom.xml
index 069f32dab..fc49e1243 100644
--- a/petclinic-web/pom.xml
+++ b/petclinic-web/pom.xml
@@ -14,6 +14,7 @@
guru.springframework
petclinic-data
+ 0.0.1-SNAPSHOT
org.springframework.boot
@@ -40,6 +41,11 @@
org.springframework.boot
spring-boot-starter-thymeleaf
+
+ junit
+ junit
+ test
+
org.springframework.boot
spring-boot-starter-web
diff --git a/src/main/resources/application.properties b/petclinic-web/src/main/resources/application.properties
similarity index 100%
rename from src/main/resources/application.properties
rename to petclinic-web/src/main/resources/application.properties
diff --git a/src/test/java/guru/springframework/springpetclinic/SpringPetclinicApplicationTests.java b/petclinic-web/src/test/java/guru/springframework/springpetclinic/SpringPetclinicApplicationTests.java
similarity index 100%
rename from src/test/java/guru/springframework/springpetclinic/SpringPetclinicApplicationTests.java
rename to petclinic-web/src/test/java/guru/springframework/springpetclinic/SpringPetclinicApplicationTests.java
diff --git a/pom.xml b/pom.xml
index 7a9b7cb34..fec033f51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
pom
- petclinic-data
+ petclinic-data
petclinic-web
@@ -24,11 +24,6 @@
-
- junit
- junit
- test
-