diff --git a/README.md b/README.md
index 4a1a595..c86cf2b 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Example Maven Project for a Java Application.
This project includes:
-- Lombok to reduce biolerplate code
+- Lombok to reduce boilerplate code
- Adding module-info for dependencies that are missing these.
- Unit Tests are run at build
- static code analysis with PMD and spotbugs
diff --git a/pom.xml b/pom.xml
index 2803710..758bde6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,7 @@
23.0.0
5.9.1
1.18.24
+ 4.9.0
6.51.0
4.7.3
@@ -82,6 +83,14 @@
test
+
+
+ org.mockito
+ mockito-core
+ ${mockito.version}
+ test
+
+
org.jetbrains