diff --git a/graphql/boot-graphql-querydsl/pom.xml b/graphql/boot-graphql-querydsl/pom.xml
index d665cdb05..35d71851f 100644
--- a/graphql/boot-graphql-querydsl/pom.xml
+++ b/graphql/boot-graphql-querydsl/pom.xml
@@ -23,6 +23,7 @@
17
2.2.0
1.5.5.Final
+ 5.0.0
${project.build.directory}/test-results
2.40.0
@@ -44,6 +45,10 @@
org.springframework.boot
spring-boot-starter-actuator
+
+ org.springframework.boot
+ spring-boot-starter-graphql
+
org.springframework.boot
spring-boot-starter-validation
@@ -81,6 +86,21 @@
org.liquibase
liquibase-core
+
+ com.querydsl
+ querydsl-apt
+ ${querydsl.version}
+ jakarta
+ provided
+
+
+
+ com.querydsl
+ querydsl-jpa
+ jakarta
+ ${querydsl.version}
+
+
org.springdoc
springdoc-openapi-starter-webmvc-ui
@@ -186,6 +206,22 @@
+
+ com.mysema.maven
+ apt-maven-plugin
+ 1.1.3
+
+
+
+ process
+
+
+ target/generated-sources/java
+ com.querydsl.apt.jpa.JPAAnnotationProcessor
+
+
+
+
io.github.git-commit-id
git-commit-id-maven-plugin