diff --git a/pet-clinic-data/pom.xml b/pet-clinic-data/pom.xml
index 0734f50b3..9e36c1512 100644
--- a/pet-clinic-data/pom.xml
+++ b/pet-clinic-data/pom.xml
@@ -10,6 +10,10 @@
pet-clinic-data
+
+ true
+
+
org.springframework.boot
@@ -69,23 +73,9 @@
repackage
-
- true
-
-
- maven-surefire-plugin
- 2.22.0
-
-
- org.junit.platform
- junit-platform-surefire-provider
- ${junit-platform.version}
-
-
-
\ No newline at end of file
diff --git a/pet-clinic-web/pom.xml b/pet-clinic-web/pom.xml
index 47ab9a5e6..3c76a38e1 100644
--- a/pet-clinic-web/pom.xml
+++ b/pet-clinic-web/pom.xml
@@ -38,11 +38,6 @@
spring-boot-starter-web
-
-
-
-
-
org.springframework.boot
@@ -128,12 +123,13 @@
bootstrap
${webjars-bootstrap.version}
+
+ org.mockito
+ mockito-core
+ 2.23.0
+
-
- maven-surefire-plugin
- 2.22.0
-
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index a9d759354..8fa412cab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,16 +19,37 @@
org.springframework.boot
spring-boot-starter-parent
- 2.0.3.RELEASE
+ 2.1.0.RELEASE
UTF-8
UTF-8
- 1.8
+ 11
+ 2.3.0
+ ${java.version}
+ ${java.version}
+
+
+ javax.xml.bind
+ jaxb-api
+ ${jaxb.version}
+
+
+ com.sun.xml.bind
+ jaxb-core
+ ${jaxb.version}
+
+
+ com.sun.xml.bind
+ jaxb-impl
+ ${jaxb.version}
+
+
+
@@ -43,6 +64,34 @@
true
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.22.0
+
+
+ --illegal-access=permit
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ 2.22.0
+
+
+ --illegal-access=permit
+
+
+
+
+
+ integration-test
+ verify
+
+
+
+