diff --git a/pom.xml b/pom.xml
index c2c96b8..441dee2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -19,29 +19,70 @@
11
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 3.3.3
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+
+ org.springframework.boot
+ spring-boot-starter-oauth2-client
+
+
+
+ org.springframework.boot
+ spring-boot-starter-oauth2-resource-server
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+ org.springframework.security
+ spring-security-test
+ test
+
+
+
+ com.mysql
+ mysql-connector-j
+
+
+
junit
junit
4.13.2
test
-
- org.springframework.boot
- spring-boot-starter-data-jpa
- 3.1.2
-
-
- org.springframework
- spring-beans
-
-
-
-
- org.springframework.boot
- spring-boot-starter-web
- 3.1.2
-
+
org.hsqldb
hsqldb
@@ -54,26 +95,12 @@
2.0.1.Final
-
-
- mysql
- mysql-connector-java
- 8.0.21
-
-
com.h2database
h2
1.4.192
runtime
-
- org.springframework.boot
- spring-boot-starter-test
- 3.1.2
-
- test
-
org.projectlombok