diff --git a/pom.xml b/pom.xml
index 8062b34..d11d45e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,37 +3,72 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
+
org.springframework.boot
spring-boot-starter-parent
- 3.2.5
+ 3.2.0
- com.example
+
+ com.klaroworks
developer-role-smoke
- 1.0.0
- Developer Role Smoke Test
- Spring Boot smoke application for Developer role
+ 1.0.0-SNAPSHOT
+ jar
+
+ Developer Role Smoke
+ Runtime Role Matrix Smoke Tests
+
17
+ 17
+ 17
+ UTF-8
+
org.springframework.boot
spring-boot-starter
+ 3.2.0
org.springframework.boot
spring-boot-starter-test
+ 3.2.0
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter
+ 5.10.1
+ test
+
+
+ org.mockito
+ mockito-core
+ 5.8.0
test
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.11.0
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.2.2
+
org.springframework.boot
spring-boot-maven-plugin
+ 3.2.0
-
\ No newline at end of file
+