diff --git a/pom.xml b/pom.xml
index 8062b34..23282ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,37 +3,54 @@
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
-
+ com.klaroworks
+ developer-role-smoke
+ 1.0.0-SNAPSHOT
- com.example
+
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 for developer role validation
+
- 17
+ 17
+ 17
+ UTF-8
+ 5.10.0
+
- org.springframework.boot
- spring-boot-starter
+ org.junit.jupiter
+ junit-jupiter-api
+ ${junit.version}
+ test
- org.springframework.boot
- spring-boot-starter-test
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit.version}
test
+
- org.springframework.boot
- spring-boot-maven-plugin
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.11.0
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.1.2
-
\ No newline at end of file
+