diff --git a/pom.xml b/pom.xml
index 2dcf310..134fa8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,37 +4,46 @@
http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
+
+ 17
+ 17
+ 17
+ UTF-8
+ UTF-8
+ 3.2.5
+
com.podzilla
mq-utils-lib
main-SNAPSHOT
jar
MQ Utils Library
MQ Utils Library for Podzilla
-
-
+
+
podzilla-github
GitHub Packages
- https://maven.pkg.github.com/Podzilla/mq-utils-lib
+ https://maven.pkg.github.com/Podzilla/mq-utils-lib
+
-
org.springframework.boot
spring-boot-starter-amqp
- 3.2.5
+ ${spring-boot.version}
org.springframework.boot
spring-boot-starter-json
- 3.2.5
+ ${spring-boot.version}
org.springframework.boot
spring-boot-starter-test
+ ${spring-boot.version}
test
@@ -42,7 +51,6 @@
junit-vintage-engine
- 3.2.5
@@ -51,8 +59,17 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${spring-boot.version}
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.11.0
+
+ ${java.version}
+ ${java.version}
+
-
-
+
\ No newline at end of file