From 2121bfdc08de8ac2bc30aa2dcd3acd4f371d6d0e Mon Sep 17 00:00:00 2001 From: a Date: Fri, 9 May 2025 18:36:28 +0300 Subject: [PATCH] update pom --- pom.xml | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) 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