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 694d0a9..bf16cf2 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,7 @@ 23.0.0 5.9.1 1.18.24 + 4.9.0 6.51.0 4.7.3 @@ -78,6 +79,14 @@ test + + + org.mockito + mockito-core + ${mockito.version} + test + + org.jetbrains @@ -111,7 +120,7 @@ - + org.apache.maven.plugins maven-compiler-plugin