From b034b3ede4844c6873fef9b2f031d698bc8b0327 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 31 Mar 2021 00:21:12 +0300 Subject: Gradle -> Maven --- pom.xml | 327 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 327 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..268d64e3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,327 @@ + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.4.4 + + + com.juick + juick-api + 2.0-SNAPSHOT + + + 15 + 15 + + + + + 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-cache + + + org.springframework.boot + spring-boot-starter-jdbc + + + org.springframework.boot + spring-boot-starter-json + + + org.springframework.boot + spring-boot-starter-undertow + + + org.apache.commons + commons-lang3 + + + javax.validation + validation-api + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.security + spring-security-test + test + + + net.sourceforge.htmlunit + htmlunit + + + xml-apis + xml-apis + + + + + javax.xml.bind + jaxb-api + + + org.glassfish.jaxb + jaxb-runtime + runtime + + + com.nimbusds + nimbus-jose-jwt + + + 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.9 + + + org.apache.commons + commons-imaging + 1.0-alpha2 + + + commons-io + commons-io + 2.8.0 + + + io.pebbletemplates + pebble-spring5 + 3.1.5 + + + com.github.pengrad + java-telegram-bot-api + 5.1.0 + + + com.github.scribejava + scribejava-apis + 8.1.0 + + + rocks.xmpp + xmpp-core-client + 0.8.2 + + + rocks.xmpp + xmpp-extensions-client + 0.8.2 + + + org.commonmark + commonmark + 0.17.1 + + + org.commonmark + commonmark-ext-autolink + 0.17.1 + + + org.tomitribe + tomitribe-http-signatures + 1.7 + + + com.google.api-client + google-api-client + 1.31.1 + + + com.kotcrab.remark + remark + 1.2.0 + + + io.jsonwebtoken + jjwt-api + 0.11.2 + + + io.jsonwebtoken + jjwt-jackson + runtime + 0.11.2 + + + io.jsonwebtoken + jjwt-impl + runtime + 0.11.2 + + + org.imgscalr + imgscalr-lib + 4.2 + + + org.twitter4j + twitter4j-core + 4.0.7 + + + com.rometools + rome + 1.15.0 + + + com.rometools + rome-modules + 1.15.0 + + + com.twelvemonkeys.imageio + imageio-jpeg + 3.6.4 + + + org.ocpsoft.prettytime + prettytime + 5.0.0.Final + + + org.springdoc + springdoc-openapi-webmvc-core + 1.5.6 + + + ch.vorburger.mariaDB4j + mariaDB4j + 2.4.0 + test + + + org.bouncycastle + bcpkix-jdk15on + 1.68 + test + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.codehaus.mojo + exec-maven-plugin + 3.0.0 + + + npm install + + exec + + initialize + + npm + + install + + + + + npm run compile + + exec + + generate-resources + + npm + + run + compile + + + + + + + + + src/main/resources + true + + + + + + default + + true + + + + com.h2database + h2 + runtime + + + + default + + + + mysql + + mysql + + + + production + + production + + + + \ No newline at end of file -- cgit v1.2.3