From 9faf43a6c4b933b5f97be4348d461bf91f5bf2e2 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 24 Oct 2022 01:09:32 +0300 Subject: Spring Boot 3 --- pom.xml | 738 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 381 insertions(+), 357 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 764b9db9..21ebdd9d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,360 +1,384 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.7.5 - - - com.juick - juick-api - 2.0-SNAPSHOT - - - 17 - 17 - 0.8.2 - 0.21.0 - 0.11.5 - 1.18.0 - + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.0.0 + + + com.juick + juick-api + 2.0-SNAPSHOT + + 17 + 17 + 0.8.2 + 0.21.0 + 0.11.5 + 1.18.0 + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-mail + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-oauth2-client + + + org.springframework.boot + spring-boot-starter-cache + + + org.springframework.boot + spring-boot-starter-jdbc + + + org.springframework.boot + spring-boot-starter-json + + + org.springframework.boot + spring-boot-starter-undertow + + + io.undertow + undertow-websockets-jsr + + + + + org.apache.httpcomponents.client5 + httpclient5 + + + org.apache.commons + commons-lang3 + + + jakarta.validation + jakarta.validation-api + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.security + spring-security-test + test + + + org.springframework.boot + spring-boot-devtools + true + + + net.sourceforge.htmlunit + htmlunit + test + + + xml-apis + xml-apis + + + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.glassfish.jaxb + jaxb-runtime + runtime + + + org.flywaydb + flyway-core + + + com.github.ben-manes.caffeine + caffeine + + + org.mariadb.jdbc + mariadb-java-client + runtime + - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-tomcat - - - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-oauth2-client - - - org.springframework.boot - spring-boot-starter-cache - - - org.springframework.boot - spring-boot-starter-jdbc - - - org.springframework.boot - spring-boot-starter-json - - - org.springframework.boot - spring-boot-starter-undertow - - - io.undertow - undertow-websockets-jsr - - - - - org.apache.httpcomponents - httpclient - - - org.apache.commons - commons-lang3 - - - javax.validation - validation-api - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.security - spring-security-test - test - - - org.springframework.boot - spring-boot-devtools - true - - - net.sourceforge.htmlunit - htmlunit - test - - - xml-apis - xml-apis - - - - - javax.xml.bind - jaxb-api - - - org.glassfish.jaxb - jaxb-runtime - runtime - - - org.flywaydb - flyway-core - - - com.github.ben-manes.caffeine - caffeine - - - org.mariadb.jdbc - mariadb-java-client - runtime - - - - javax.inject - javax.inject - 1 - - - org.apache.commons - commons-email - 1.5 - - - org.apache.commons - commons-collections4 - 4.4 - - - org.apache.commons - commons-text - 1.10.0 - - - org.apache.commons - commons-imaging - 1.0-alpha3 - - - commons-io - commons-io - 2.11.0 - - - io.pebbletemplates - pebble-spring5 - 3.1.6 - - - com.github.pengrad - java-telegram-bot-api - 6.2.0 - - - com.github.scribejava - scribejava-apis - 8.3.3 - - - rocks.xmpp - xmpp-core-client - ${babbler.version} - - - rocks.xmpp - xmpp-extensions-client - ${babbler.version} - - - org.commonmark - commonmark - ${commonmark.version} - - - org.commonmark - commonmark-ext-autolink - ${commonmark.version} - - - org.tomitribe - tomitribe-http-signatures - 1.8 - - - org.tomitribe - churchkey - 0.15 - - - com.google.code.findbugs - jsr305 - 3.0.2 - provided - - - com.kotcrab.remark - remark - 1.2.0 - - - io.jsonwebtoken - jjwt-api - ${jjwt.version} - - - io.jsonwebtoken - jjwt-jackson - runtime - ${jjwt.version} - - - io.jsonwebtoken - jjwt-impl - runtime - ${jjwt.version} - - - org.imgscalr - imgscalr-lib - 4.2 - - - org.twitter4j - twitter4j-core - 4.1.2 - - - com.rometools - rome - ${rome.version} - - - com.rometools - rome-modules - ${rome.version} - - - com.twelvemonkeys.imageio - imageio-jpeg - 3.9.4 - - - org.ocpsoft.prettytime - prettytime - 5.0.6.Final - - - org.springdoc - springdoc-openapi-webmvc-core - 1.6.13 - - - ch.vorburger.mariaDB4j - mariaDB4j - 2.6.0 - test - - - - - - - org.codehaus.mojo - exec-maven-plugin - 3.1.0 - - - npm install - - exec - - initialize - - npm - - install - - - - - npm run compile - - exec - - generate-resources - - npm - - run - compile - - - - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - com.google.code.findbugs - jsr305 - - - - - - - - - default - - true - - - - com.h2database - h2 - runtime - - - - default - - - - mysql - - mysql - - - - production - - production - - - - net.java.dev.jna - jna - 5.12.1 - - - - + + javax.inject + javax.inject + 1 + + + org.apache.commons + commons-collections4 + 4.4 + + + org.apache.commons + commons-text + 1.10.0 + + + org.apache.commons + commons-imaging + 1.0-alpha3 + + + commons-io + commons-io + 2.11.0 + + + io.pebbletemplates + pebble-spring6 + 3.2.0 + + + com.github.pengrad + java-telegram-bot-api + 6.2.0 + + + com.github.scribejava + scribejava-apis + 8.3.3 + + + rocks.xmpp + xmpp-core-client + ${babbler.version} + + + rocks.xmpp + xmpp-extensions-client + ${babbler.version} + + + org.commonmark + commonmark + ${commonmark.version} + + + org.commonmark + commonmark-ext-autolink + ${commonmark.version} + + + org.tomitribe + tomitribe-http-signatures + 1.8 + + + org.tomitribe + churchkey + 0.15 + + + com.google.code.findbugs + jsr305 + 3.0.2 + provided + + + com.kotcrab.remark + remark + 1.2.0 + + + io.jsonwebtoken + jjwt-api + ${jjwt.version} + + + io.jsonwebtoken + jjwt-jackson + runtime + ${jjwt.version} + + + io.jsonwebtoken + jjwt-impl + runtime + ${jjwt.version} + + + org.imgscalr + imgscalr-lib + 4.2 + + + org.twitter4j + twitter4j-core + 4.1.2 + + + com.rometools + rome + ${rome.version} + + + com.rometools + rome-modules + ${rome.version} + + + com.twelvemonkeys.imageio + imageio-jpeg + 3.9.4 + + + org.ocpsoft.prettytime + prettytime + 5.0.6.Final + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + 2.0.0 + + + ch.vorburger.mariaDB4j + mariaDB4j + 2.6.0 + test + + + + + + + org.codehaus.mojo + exec-maven-plugin + 3.1.0 + + + npm install + + exec + + initialize + + npm + + install + + + + + npm run compile + + exec + + generate-resources + + npm + + run + compile + + + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.1.0 + + + enforce-maven + + enforce + + + + + 3.2.5 + + + (11,) + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + com.google.code.findbugs + jsr305 + + + + + + + + + default + + true + + + + com.h2database + h2 + runtime + + + + default + + + + mysql + + mysql + + + + production + + production + + + + net.java.dev.jna + jna + 5.12.1 + + + + -- cgit v1.2.3