From 01baea74f8632baa8fee6ed39f5493c81312e9ea Mon Sep 17 00:00:00 2001 From: wangjianhong <546732225@qq.com> Date: Thu, 10 Apr 2025 17:46:59 +0800 Subject: [PATCH] Initial commit --- pom.xml | 273 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 273 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ca52d91 --- /dev/null +++ b/pom.xml @@ -0,0 +1,273 @@ + + + 4.0.0 + + com.arrokoth.framework.boot + arrokoth-framework-springboot-dependencies + 1.1.0.RELEASE + pom + + + 17 + ${java.version} + ${java.version} + UTF-8 + UTF-8 + + + 2024.0.1 + 3.4.4 + 3.5.11 + 2.1.0 + + + 3.0.3 + 9.0.0.CR1 + + 1.18.38 + 2.1.0-alpha1 + 5.8.37 + + 2.31.13 + + 20030203.000550 + 2.12.0 + 3.17.0 + 4.5.0-M3 + + 1.8.0 + 4.4.0 + 2.2.29 + 33.4.6-jre + 3.2.0 + 3.1.0 + + 1.1.0.RELEASE + + + + + + + + commons-io + commons-io + ${commons.io.version} + + + org.apache.commons + commons-collections4 + ${commons.collections4.version} + + + org.apache.commons + commons-lang3 + ${commons.lang3.version} + + + org.apache.tika + tika-core + ${tika.version} + + + + + software.amazon.awssdk + bom + ${awssdk.version} + pom + import + + + software.amazon.awssdk + s3 + ${awssdk.version} + + + + + com.github.ben-manes.caffeine + caffeine + ${caffeine.version} + + + + + com.google.guava + guava + ${guava.version} + + + + + org.hibernate.validator + hibernate-validator + ${hibernate.validator.version} + + + + + cn.hutool + hutool-all + ${hutool.version} + + + + + com.github.xiaoymin + knife4j-openapi3-jakarta-spring-boot-starter + ${knife4j.version} + + + + + org.projectlombok + lombok + ${lombok.version} + true + + + + + com.baomidou + mybatis-plus-annotation + ${mybatis.plus.version} + + + com.baomidou + mybatis-plus-spring-boot3-starter + ${mybatis.plus.version} + + + + + com.github.pagehelper + pagehelper-spring-boot-starter + ${pagehelper.boot.version} + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + org.springframework.boot + spring-boot-starter + ${spring-boot.version} + + + org.springframework.boot + spring-boot-starter-parent + ${spring-boot.version} + pom + import + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + + + io.swagger.core.v3 + swagger-annotations-jakarta + ${swagger.annotations.version} + + + + + com.arrokoth.framework.boot + arrokoth-framework-annotation + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-autoconfigure + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-cache + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-context + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-domain + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-graceful + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-log + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-mybatis + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-properties + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-rest-api + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-starter + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-storage + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-swagger + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-util + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-validation + ${arrokoth.version} + + + com.arrokoth.framework.boot + arrokoth-framework-web + ${arrokoth.version} + + + + + + \ No newline at end of file