123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.jnpf</groupId>
- <artifactId>jnpf-dependencies</artifactId>
- <version>5.2.0-RELEASE</version>
- <packaging>pom</packaging>
- <properties>
- <bootVersion>boot2</bootVersion>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
- <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
- <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
- <versions-maven-plugin.version>2.15.0</versions-maven-plugin.version>
- <!-- swagger -->
- <knife4j.version>4.5.0</knife4j.version>
- <swagger-model.version>2.2.19</swagger-model.version>
- <!-- 数据库配置 -->
- <druid.version>1.2.23</druid.version>
- <mybatis-plus.vesion>3.5.7</mybatis-plus.vesion>
- <mybatis-plus.generator.vesion>3.5.7</mybatis-plus.generator.vesion>
- <mybatis-plus.dynamic.vesion>4.3.1</mybatis-plus.dynamic.vesion>
- <mybatis-dynamic-sql.version>1.4.0</mybatis-dynamic-sql.version>
- <mybatis-plus-join.vesion>1.4.13</mybatis-plus-join.vesion>
- <pagehelper.version>6.1.0</pagehelper.version>
- <mysql.version>9.0.0</mysql.version>
- <oracle.version>23.5.0.24.07</oracle.version>
- <dm18.version>8.1.3.140</dm18.version>
- <kingbase.version>8.6.0</kingbase.version>
- <sqlserver.version>12.8.1.jre8</sqlserver.version>
- <postgre.version>42.7.4</postgre.version>
- <gaussdb.version>6.0.0</gaussdb.version>
- <highgo.version>42.5.0</highgo.version>
- <!-- 其他 -->
- <weixin.version>3.3.0</weixin.version>
- <pinyin4j.version>2.5.1</pinyin4j.version>
- <zxing.version>3.5.0</zxing.version>
- <poi.version>4.1.2</poi.version>
- <easypoi-base.version>4.4.0</easypoi-base.version>
- <fastjson.version>1.2.83</fastjson.version>
- <common-lang3.version>3.12.0</common-lang3.version>
- <common-lang.version>2.6</common-lang.version>
- <common-pool.version>2.11.1</common-pool.version>
- <jwt.version>3.4.0</jwt.version>
- <thumbnailator.version>0.4.17</thumbnailator.version>
- <validation.vsersion>2.0.1.Final</validation.vsersion>
- <yitter-idgenerator.version>1.0.6</yitter-idgenerator.version>
- <itext-asian.version>5.2.0</itext-asian.version>
- <hutool.version>5.8.27</hutool.version>
- <guava.version>32.1.3-jre</guava.version>
- <nimbus-jose-jwt.version>9.41.2</nimbus-jose-jwt.version>
- <commons-io.version>2.17.0</commons-io.version>
- <sentinel.version>1.8.7</sentinel.version>
- <dingtalk.verssion>1.0</dingtalk.verssion>
- <tencentcloud-sdk-java.version>3.1.278</tencentcloud-sdk-java.version>
- <aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
- <aliyun-java-sdk-core.version>4.5.30</aliyun-java-sdk-core.version>
- <alibaba-dingtalk-service-sdk.version>1.0.1</alibaba-dingtalk-service-sdk.version>
- <antisamy.varsion>1.7.6</antisamy.varsion>
- <dysmsapi.version>2.0.8</dysmsapi.version>
- <commons-text.version>1.10.0</commons-text.version>
- <spring-context-support.version>1.0.11</spring-context-support.version>
- <dom4j.version>2.1.3</dom4j.version>
- <okhttp3.version>4.8.1</okhttp3.version>
- <shardingsphere.version>5.4.1</shardingsphere.version>
- <xxl-job.version>1.2-RELEASE</xxl-job.version>
- <seata.version>2.0.0</seata.version>
- <logstash.version>7.4</logstash.version>
- <skywalking.logback.version>9.2.0</skywalking.logback.version>
- <lombok.version>1.18.32</lombok.version>
- <quartz.version>2.3.2</quartz.version>
- <commons-collections4.version>4.4</commons-collections4.version>
- <httpmime.version>4.5.13</httpmime.version>
- <justauth.version>1.16.4</justauth.version>
- <velocity-engine-core.version>2.3</velocity-engine-core.version>
- <zip4j.version>2.11.5</zip4j.version>
- <sql-formatter.version>2.0.5</sql-formatter.version>
- <chatgpt-java.version>1.1.5</chatgpt-java.version>
- <!--文件存储-->
- <oss.huaweicloud.version>3.22.3.1</oss.huaweicloud.version>
- <oss.aliyun.version>3.18.1</oss.aliyun.version>
- <oss.qiniu.version>7.11.0</oss.qiniu.version>
- <oss.qcloud.version>5.6.98</oss.qcloud.version>
- <oss.baidubce.version>0.10.344</oss.baidubce.version>
- <oss.upyun.version>4.2.3</oss.upyun.version>
- <oss.minio.version>8.5.12</oss.minio.version>
- <oss.aws-s3.version>1.12.777</oss.aws-s3.version>
- <oss.ftp.version>3.11.1</oss.ftp.version>
- <oss.sftp.version>0.1.55</oss.sftp.version>
- <oss.webdav.version>5.10</oss.webdav.version>
- <!--子依赖漏洞版本升级-->
- <xercesImpl.version>2.12.2</xercesImpl.version>
- <kotlin-stdlib.version>1.7.10</kotlin-stdlib.version>
- <snakeyaml.version>2.2</snakeyaml.version>
- <kryo.version>5.6.0</kryo.version>
- <kryo-serializers.version>0.45</kryo-serializers.version>
- <commons-compress.version>1.27.1</commons-compress.version>
- <validation-api.version>2.0.1.Final</validation-api.version>
- <oshi-core.version>5.4.1</oshi-core.version>
- <commons-codec.version>1.16.0</commons-codec.version>
- <jna.version>5.5.0</jna.version>
- <signclient.version>3.0.1</signclient.version>
- <okio.version>2.7.0</okio.version>
- <snappy.version>1.1.10.7</snappy.version>
- <bcprov-jdk18on.version>1.78.1</bcprov-jdk18on.version>
- <org.json-json.version>20240303</org.json-json.version>
- <protobuf-java.version>4.28.2</protobuf-java.version>
- <!--子依赖漏洞版本升级-->
- </properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <version>${lombok.version}</version>
- </dependency>
- <!--子依赖漏洞版本升级-->
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>${commons-codec.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib</artifactId>
- <version>${kotlin-stdlib.version}</version>
- </dependency>
- <dependency>
- <groupId>org.yaml</groupId>
- <artifactId>snakeyaml</artifactId>
- <version>${snakeyaml.version}</version>
- </dependency>
- <dependency>
- <groupId>com.esotericsoftware</groupId>
- <artifactId>kryo</artifactId>
- <version>${kryo.version}</version>
- </dependency>
- <dependency>
- <groupId>de.javakaffee</groupId>
- <artifactId>kryo-serializers</artifactId>
- <version>${kryo-serializers.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.oshi</groupId>
- <artifactId>oshi-core</artifactId>
- <version>${oshi-core.version}</version>
- </dependency>
- <dependency>
- <groupId>net.java.dev.jna</groupId>
- <artifactId>jna</artifactId>
- <version>${jna.version}</version>
- </dependency>
- <dependency>
- <groupId>net.java.dev.jna</groupId>
- <artifactId>jna-platform</artifactId>
- <version>${jna.version}</version>
- </dependency>
- <dependency>
- <groupId>com.squareup.okio</groupId>
- <artifactId>okio</artifactId>
- <version>${okio.version}</version>
- </dependency>
- <dependency>
- <groupId>org.xerial.snappy</groupId>
- <artifactId>snappy-java</artifactId>
- <version>${snappy.version}</version>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk18on</artifactId>
- <version>${bcprov-jdk18on.version}</version>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk18on</artifactId>
- <version>${bcprov-jdk18on.version}</version>
- </dependency>
- <!--java-sdk-->
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>${org.json-json.version}</version>
- </dependency>
- <!--mysql-connector-j-->
- <dependency>
- <groupId>com.google.protobuf</groupId>
- <artifactId>protobuf-java</artifactId>
- <version>${protobuf-java.version}</version>
- </dependency>
- <!--minio easypoi-base-->
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-compress</artifactId>
- <version>${commons-compress.version}</version>
- </dependency>
- <!--子依赖漏洞版本升级-->
- <!--selenium 浏览器模拟 Spring中定义了版本号 这个放在前面避免被覆盖-->
- <dependency>
- <groupId>org.seleniumhq.selenium</groupId>
- <artifactId>selenium-bom</artifactId>
- <version>${selenium.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <!-- SpringCloud 微服务 -->
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-dependencies</artifactId>
- <version>${spring-cloud.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <!-- SpringCloud Alibaba 微服务 -->
- <dependency>
- <groupId>com.alibaba.cloud</groupId>
- <artifactId>spring-cloud-alibaba-dependencies</artifactId>
- <version>${spring-cloud-alibaba.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <!-- SpringBoot 依赖配置 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-dependencies</artifactId>
- <version>${spring-boot.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <!-- Swagger 依赖配置 -->
- <dependency>
- <groupId>com.github.xiaoymin</groupId>
- <artifactId>knife4j-gateway-spring-boot-starter</artifactId>
- <version>${knife4j.version}</version>
- </dependency>
- <!-- druid -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid</artifactId>
- <version>${druid.version}</version>
- </dependency>
- <!-- mybatisplus -->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-annotation</artifactId>
- <version>${mybatis-plus.vesion}</version>
- </dependency>
- <!-- mybatisplus - dynamic -->
- <dependency>
- <groupId>org.mybatis.dynamic-sql</groupId>
- <artifactId>mybatis-dynamic-sql</artifactId>
- <version>${mybatis-dynamic-sql.version}</version>
- </dependency>
- <!-- 代码生成 -->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-generator</artifactId>
- <version>${mybatis-plus.generator.vesion}</version>
- <exclusions>
- <exclusion>
- <artifactId>mybatis-plus-extension</artifactId>
- <groupId>com.baomidou</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <!--Mybatis Plus Join-->
- <dependency>
- <groupId>com.github.yulichang</groupId>
- <artifactId>mybatis-plus-join-boot-starter</artifactId>
- <version>${mybatis-plus-join.vesion}</version>
- </dependency>
- <!-- mysql -->
- <dependency>
- <groupId>com.mysql</groupId>
- <artifactId>mysql-connector-j</artifactId>
- <version>${mysql.version}</version>
- </dependency>
- <!--sqlserver-->
- <dependency>
- <groupId>com.microsoft.sqlserver</groupId>
- <artifactId>mssql-jdbc</artifactId>
- <version>${sqlserver.version}</version>
- </dependency>
- <!-- 微信 -->
- <dependency>
- <groupId>com.github.binarywang</groupId>
- <artifactId>weixin-java-miniapp</artifactId>
- <version>${weixin.version}</version>
- </dependency>
- <!-- excel工具 -->
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>${poi.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <version>${poi.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml-schemas</artifactId>
- <version>${poi.version}</version>
- </dependency>
- <!-- JSON 解析器和生成器 -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>${fastjson.version}</version>
- </dependency>
- <!-- commons-lang3 -->
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>${common-lang3.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>${common-lang.version}</version>
- </dependency>
- <!-- 公共资源池 -->
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-pool2</artifactId>
- <version>${common-pool.version}</version>
- </dependency>
- <!--二维码-->
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>core</artifactId>
- <version>${zxing.version}</version>
- </dependency>
- <!-- 拼音 -->
- <dependency>
- <groupId>com.belerweb</groupId>
- <artifactId>pinyin4j</artifactId>
- <version>${pinyin4j.version}</version>
- </dependency>
- <dependency>
- <groupId>com.nimbusds</groupId>
- <artifactId>nimbus-jose-jwt</artifactId>
- <version>${nimbus-jose-jwt.version}</version>
- </dependency>
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-all</artifactId>
- <version>${hutool.version}</version>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>${guava.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.librepdf</groupId>
- <artifactId>openpdf</artifactId>
- <version>${openpdf.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.librepdf</groupId>
- <artifactId>openpdf-fonts-extra</artifactId>
- <version>${openpdf.version}</version>
- </dependency>
- <!-- 雪花ID生成器 -->
- <dependency>
- <groupId>com.github.yitter</groupId>
- <artifactId>yitter-idgenerator</artifactId>
- <version>${yitter-idgenerator.version}</version>
- </dependency>
- <!--文件存储-->
- <!-- jnpf-file-core 必须要引入 -->
- <dependency>
- <groupId>com.jnpf</groupId>
- <artifactId>jnpf-file-core-starter</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!-- 华为云 OBS 不使用的情况下可以不引入 -->
- <dependency>
- <groupId>com.huaweicloud</groupId>
- <artifactId>esdk-obs-java</artifactId>
- <version>${oss.huaweicloud.version}</version>
- </dependency>
- <!-- 阿里云 OSS 不使用的情况下可以不引入 -->
- <dependency>
- <groupId>com.aliyun.oss</groupId>
- <artifactId>aliyun-sdk-oss</artifactId>
- <version>${oss.aliyun.version}</version>
- </dependency>
- <!-- 七牛云 Kodo 不使用的情况下可以不引入 -->
- <dependency>
- <groupId>com.qiniu</groupId>
- <artifactId>qiniu-java-sdk</artifactId>
- <version>${oss.qiniu.version}</version>
- </dependency>
- <!-- 腾讯云 COS 不使用的情况下可以不引入 -->
- <dependency>
- <groupId>com.qcloud</groupId>
- <artifactId>cos_api</artifactId>
- <version>${oss.qcloud.version}</version>
- </dependency>
- <!-- 百度云 BOS 不使用的情况下可以不引入 -->
- <dependency>
- <groupId>com.baidubce</groupId>
- <artifactId>bce-java-sdk</artifactId>
- <version>${oss.baidubce.version}</version>
- </dependency>
- <!-- 又拍云 USS 不使用的情况下可以不引入 -->
- <dependency>
- <groupId>com.upyun</groupId>
- <artifactId>java-sdk</artifactId>
- <version>${oss.upyun.version}</version>
- </dependency>
- <!-- MinIO 不使用的情况下可以不引入 -->
- <dependency>
- <groupId>io.minio</groupId>
- <artifactId>minio</artifactId>
- <version>${oss.minio.version}</version>
- </dependency>
- <!-- AWS S3 不使用的情况下可以不引入 -->
- <dependency>
- <groupId>com.amazonaws</groupId>
- <artifactId>aws-java-sdk-s3</artifactId>
- <version>${oss.aws-s3.version}</version>
- </dependency>
- <!-- FTP 不使用的情况下可以不引入 -->
- <dependency>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- <version>${oss.ftp.version}</version>
- </dependency>
- <!-- SFTP 不使用的情况下可以不引入 -->
- <dependency>
- <groupId>com.jcraft</groupId>
- <artifactId>jsch</artifactId>
- <version>${oss.sftp.version}</version>
- </dependency>
- <!--糊涂工具类扩展,如果要使用 FTP、SFTP 则必须引入,否则不用引入-->
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-extra</artifactId>
- <version>${hutool.version}</version>
- </dependency>
- <!-- WebDAV 不使用的情况下可以不引入 -->
- <dependency>
- <groupId>com.github.lookfirst</groupId>
- <artifactId>sardine</artifactId>
- <version>${oss.webdav.version}</version>
- </dependency>
- <!--文件存储-->
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons-io.version}</version>
- </dependency>
- <!--dubbo-->
- <dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo-spring-boot-starter</artifactId>
- <version>${dubbo.verssion}</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba.spring</groupId>
- <artifactId>spring-context-support</artifactId>
- <version>${spring-context-support.version}</version>
- </dependency>
- <!--sentinel整合dubbo-->
- <dependency>
- <groupId>com.alibaba.csp</groupId>
- <artifactId>sentinel-apache-dubbo-adapter</artifactId>
- <version>${sentinel.version}</version>
- </dependency>
- <!--短信钉钉及企业微信-->
- <!-- 钉钉API的Jar -->
- <dependency>
- <groupId>dingtalk-sdk-java</groupId>
- <artifactId>taobao-sdk-java</artifactId>
- <version>${dingtalk.verssion}</version>
- </dependency>
- <dependency>
- <groupId>dingtalk-sdk-java</groupId>
- <artifactId>taobao-sdk-java-source</artifactId>
- <version>${dingtalk.verssion}</version>
- </dependency>
- <dependency>
- <groupId>com.tencentcloudapi</groupId>
- <artifactId>tencentcloud-sdk-java</artifactId>
- <version>${tencentcloud-sdk-java.version}</version>
- </dependency>
- <!--阿里云短信-->
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>dysmsapi20170525</artifactId>
- <version>${dysmsapi.version}</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>aliyun-java-sdk-core</artifactId>
- <version>${aliyun-java-sdk-core.version}</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>alibaba-dingtalk-service-sdk</artifactId>
- <version>${alibaba-dingtalk-service-sdk.version}</version>
- </dependency>
- <!--End短信钉钉及企业微信-->
- <!--防止XSS注入-->
- <dependency>
- <groupId>org.owasp.antisamy</groupId>
- <artifactId>antisamy</artifactId>
- <version>${antisamy.varsion}</version>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- commons-text -->
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-text</artifactId>
- <version>${commons-text.version}</version>
- </dependency>
- <!-- Oracle-->
- <dependency>
- <groupId>com.oracle.database.jdbc</groupId>
- <artifactId>ojdbc8</artifactId>
- <version>${oracle.version}</version>
- </dependency>
- <dependency>
- <groupId>com.oracle.database.nls</groupId>
- <artifactId>orai18n</artifactId>
- <version>${oracle.version}</version>
- </dependency>
- <!-- dm -->
- <dependency>
- <groupId>com.dameng</groupId>
- <artifactId>DmJdbcDriver18</artifactId>
- <version>${dm18.version}</version>
- </dependency>
- <!--人大金仓-->
- <dependency>
- <groupId>cn.com.kingbase</groupId>
- <artifactId>kingbase8</artifactId>
- <version>${kingbase.version}</version>
- </dependency>
- <!--PostGre-->
- <dependency>
- <groupId>org.postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>${postgre.version}</version>
- </dependency>
- <!--GaussDB-->
- <!--<dependency>
- <groupId>org.opengauss</groupId>
- <artifactId>opengauss-jdbc</artifactId>
- <version>${gaussdb.version}</version>
- </dependency>-->
- <!--HighgoDB-->
- <!--<dependency>
- <groupId>com.highgo</groupId>
- <artifactId>hgdb-pgjdbc</artifactId>
- <version>${highgo.version}</version>
- </dependency>-->
- <!--pagehelper分页插件-->
- <dependency>
- <groupId>com.github.pagehelper</groupId>
- <artifactId>pagehelper</artifactId>
- <version>${pagehelper.version}</version>
- </dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>${xercesImpl.version}</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
- <dependency>
- <groupId>org.dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <version>${dom4j.version}</version>
- </dependency>
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>${okhttp3.version}</version>
- </dependency>
- <!--Apache ShardingSphere-JDBC-->
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-jdbc-core</artifactId>
- <version>${shardingsphere.version}</version>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <artifactId>log4j</artifactId>
- <groupId>log4j</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <!--<dependency>
- <groupId>com.fasterxml.jackson</groupId>
- <artifactId>jackson-bom</artifactId>
- <version>${jackson.version}</version>
- <scope>import</scope>
- </dependency>-->
- <dependency>
- <groupId>cn.afterturn</groupId>
- <artifactId>easypoi-base</artifactId>
- <version>${easypoi-base.version}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>lock4j-redisson-spring-boot-starter</artifactId>
- <version>${lock4j-redisson-spring-boot-starter.version}</version>
- </dependency>
- <dependency>
- <groupId>org.redisson</groupId>
- <artifactId>redisson-spring-boot-starter</artifactId>
- <version>${redisson.version}</version>
- </dependency>
- <dependency>
- <groupId>net.lingala.zip4j</groupId>
- <artifactId>zip4j</artifactId>
- <version>${zip4j.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>${commons-collections4.version}</version>
- </dependency>
- <!-- websocket -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-websocket</artifactId>
- <version>${spring-boot.version}</version>
- </dependency>
- <!-- 字段验证 -->
- <!--<dependency>
- <groupId>javax.validation</groupId>
- <artifactId>validation-api</artifactId>
- <version>${validation-api.version}</version>
- </dependency>-->
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpmime</artifactId>
- <version>${httpmime.version}</version>
- </dependency>
- <!-- Quartz -->
- <dependency>
- <groupId>org.quartz-scheduler</groupId>
- <artifactId>quartz</artifactId>
- <version>${quartz.version}</version>
- </dependency>
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-jwt</artifactId>
- <version>${satoken.version}</version>
- <exclusions>
- <exclusion>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-jwt</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-redis-jackson</artifactId>
- <version>${satoken.version}</version>
- <exclusions>
- <exclusion>
- <artifactId>spring-boot-starter-data-redis</artifactId>
- <groupId>org.springframework.boot</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- 缩略图 -->
- <dependency>
- <groupId>net.coobird</groupId>
- <artifactId>thumbnailator</artifactId>
- <version>${thumbnailator.version}</version>
- </dependency>
- <dependency>
- <groupId>cn.afterturn</groupId>
- <artifactId>easypoi-annotation</artifactId>
- <version>${easypoi-base.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <version>${spring-boot.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity-engine-core</artifactId>
- <version>${velocity-engine-core.version}</version>
- </dependency>
- <dependency>
- <groupId>me.zhyd.oauth</groupId>
- <artifactId>JustAuth</artifactId>
- <version>${justauth.version}</version>
- </dependency>
- <!--Seata-->
- <dependency>
- <groupId>io.seata</groupId>
- <artifactId>seata-spring-boot-starter</artifactId>
- <version>${seata.version}</version>
- </dependency>
- <!--ELK logstash-->
- <dependency>
- <groupId>net.logstash.logback</groupId>
- <artifactId>logstash-logback-encoder</artifactId>
- <version>${logstash.version}</version>
- </dependency>
- <!-- Skywalking 日志上报 -->
- <dependency>
- <groupId>org.apache.skywalking</groupId>
- <artifactId>apm-toolkit-logback-1.x</artifactId>
- <version>${skywalking.logback.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.vertical-blank</groupId>
- <artifactId>sql-formatter</artifactId>
- <version>${sql-formatter.version}</version>
- </dependency>
- <!--AI工具包-->
- <dependency>
- <groupId>com.unfbx</groupId>
- <artifactId>chatgpt-java</artifactId>
- <version>${chatgpt-java.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>${maven-deploy-plugin.version}</version>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <version>${spring-boot.version}</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>versions-maven-plugin</artifactId>
- <version>${versions-maven-plugin.version}</version>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <parameters>true</parameters>
- <source>${maven.compiler.source}</source>
- <target>${maven.compiler.target}</target>
- <encoding>${project.build.sourceEncoding}</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>versions-maven-plugin</artifactId>
- <configuration>
- <generateBackupPoms>false</generateBackupPoms>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- <!--私服仓库配置-->
- <distributionManagement>
- <repository>
- <id>maven-releases</id>
- <name>maven-releases</name>
- <url>http://nexus.jnpfsoft.com/repository/maven-releases/</url>
- </repository>
- </distributionManagement>
- <profiles>
- <profile>
- <id>boot3</id>
- <activation>
- <jdk>[17,)</jdk>
- </activation>
- <properties>
- <!--这里修改JDK版本号, 1.8, 11, 17-->
- <java.version>21</java.version>
- <!--最高版本语言特性-->
- <maven.compiler.source>1.8</maven.compiler.source>
- <!--最低运行JDK版本-->
- <maven.compiler.target>17</maven.compiler.target>
- <!-- spring依赖 -->
- <spring-boot-admin.version>2.7.17</spring-boot-admin.version>
- <spring-boot.version>3.3.4</spring-boot.version>
- <spring-cloud.version>2023.0.3</spring-cloud.version>
- <spring-cloud-alibaba.version>2023.0.1.2</spring-cloud-alibaba.version>
- <servlet-api.version>6.0.0</servlet-api.version>
- <satoken.version>1.37.0</satoken.version>
- <hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
- <sun.mail.version>2.0.1</sun.mail.version>
- <lock4j-redisson-spring-boot-starter.version>2.2.7</lock4j-redisson-spring-boot-starter.version>
- <redisson.version>3.27.2</redisson.version>
- <dubbo.verssion>3.2.11</dubbo.verssion>
- <nashorn-core.version>15.4</nashorn-core.version>
- <!--selenium 浏览器模拟-->
- <selenium.version>4.21.0</selenium.version>
- <selenium-htmlunit.version>4.13.0</selenium-htmlunit.version>
- <openpdf.version>2.0.3</openpdf.version>
- </properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>jakarta.servlet</groupId>
- <artifactId>jakarta.servlet-api</artifactId>
- <version>${servlet-api.version}</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate.validator</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>${hibernate-validator.version}</version>
- </dependency>
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-spring-boot3-starter</artifactId>
- <version>${satoken.version}</version>
- </dependency>
- <dependency>
- <groupId>com.sun.mail</groupId>
- <artifactId>jakarta.mail</artifactId>
- <version>${sun.mail.version}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
- <version>${mybatis-plus.vesion}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
- <version>${mybatis-plus.dynamic.vesion}</version>
- </dependency>
- <!-- Swagger 依赖配置 -->
- <dependency>
- <groupId>io.swagger.core.v3</groupId>
- <artifactId>swagger-annotations-jakarta</artifactId>
- <version>${swagger-model.version}</version>
- </dependency>
- <dependency>
- <groupId>io.swagger.core.v3</groupId>
- <artifactId>swagger-models-jakarta</artifactId>
- <version>${swagger-model.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.xiaoymin</groupId>
- <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
- <version>${knife4j.version}</version>
- </dependency>
- <!-- JDK17使用JS ScriptEngine https://www.cnblogs.com/cvol/p/17009537.html -->
- <dependency>
- <groupId>org.openjdk.nashorn</groupId>
- <artifactId>nashorn-core</artifactId>
- <version>${nashorn-core.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- </profile>
- <profile>
- <id>boot2</id>
- <activation>
- <jdk>(,17)</jdk>
- </activation>
- <properties>
- <!--这里修改JDK版本号, 1.8, 11, 17-->
- <java.version>1.8</java.version>
- <!--最高版本语言特性-->
- <maven.compiler.source>1.8</maven.compiler.source>
- <!--最低运行JDK版本-->
- <maven.compiler.target>1.8</maven.compiler.target>
- <!-- spring依赖 -->
- <spring-boot-admin.version>2.7.18</spring-boot-admin.version>
- <spring-boot.version>2.7.18</spring-boot.version>
- <spring-cloud.version>2021.0.9</spring-cloud.version>
- <spring-cloud-alibaba.version>2021.0.6.0</spring-cloud-alibaba.version>
- <servlet-api.version>4.0.1</servlet-api.version>
- <servlet.annotation-api.version>1.3.2</servlet.annotation-api.version>
- <satoken.version>1.37.0</satoken.version>
- <hibernate-validator.version>6.0.23.Final</hibernate-validator.version>
- <sun.mail.version>1.6.2</sun.mail.version>
- <lock4j-redisson-spring-boot-starter.version>2.2.3</lock4j-redisson-spring-boot-starter.version>
- <redisson.version>3.18.0</redisson.version>
- <dubbo.verssion>2.7.23</dubbo.verssion>
- <!--selenium 浏览器模拟-->
- <selenium.version>4.13.0</selenium.version>
- <selenium-htmlunit.version>4.13.0</selenium-htmlunit.version>
- <openpdf.version>1.3.43</openpdf.version>
- </properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
- <version>${servlet-api.version}</version>
- </dependency>
- <dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>javax.annotation-api</artifactId>
- <version>${servlet.annotation-api.version}</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate.validator</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>${hibernate-validator.version}</version>
- </dependency>
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-spring-boot-starter</artifactId>
- <version>${satoken.version}</version>
- </dependency>
- <dependency>
- <groupId>com.sun.mail</groupId>
- <artifactId>javax.mail</artifactId>
- <version>${sun.mail.version}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- <version>${mybatis-plus.vesion}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
- <version>${mybatis-plus.dynamic.vesion}</version>
- </dependency>
- <!-- Swagger 依赖配置 -->
- <dependency>
- <groupId>io.swagger.core.v3</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>${swagger-model.version}</version>
- </dependency>
- <dependency>
- <groupId>io.swagger.core.v3</groupId>
- <artifactId>swagger-models</artifactId>
- <version>${swagger-model.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.xiaoymin</groupId>
- <artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
- <version>${knife4j.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- </profile>
- </profiles>
- </project>
|