diff --git a/README.md b/README.md
index dafea84..f3e94a5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Introduction to JUnit 5 with Maven
-All source code examples in the repository are for my [Online Course - Testing Spring Beginner to Guru](https://springframework.guru)
+All source code examples in the repository are for my [Online Course - Testing Spring Beginner to Guru](https://www.udemy.com/testing-spring-boot-beginner-to-guru/?couponCode=GITHUB_REPO)
This source code repository contains JUnit 5 test examples with Maven.
diff --git a/pom.xml b/pom.xml
index 84133d0..bc56c5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,5 +39,52 @@
11
${java.version}
${java.version}
+ 5.14.4
+
+
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ ${junit-platform.version}
+
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit-platform.version}
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.15.0
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.5.5
+
+
+ --illegal-access=permit
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ 2.22.0
+
+
+ --illegal-access=permit
+
+
+
+
+
\ No newline at end of file