504 lines
21 KiB
XML
504 lines
21 KiB
XML
<?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">
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>2.7.6</version>
|
|
<relativePath/>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.shuwen.groot</groupId>
|
|
<artifactId>groot-data-bank</artifactId>
|
|
<version>0.0.4-SNAPSHOT</version>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>groot-data-bank-api</module>
|
|
<module>groot-data-bank-common</module>
|
|
<module>groot-data-bank-dao</module>
|
|
<module>groot-data-bank-manager</module>
|
|
<module>groot-data-bank-service</module>
|
|
<module>groot-data-bank-web</module>
|
|
</modules>
|
|
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>private-releases</id>
|
|
<name>maven-releases</name>
|
|
<url>https://mvn.ops.xinhuazhiyun.com/repository/maven-releases/</url>
|
|
</repository>
|
|
<snapshotRepository>
|
|
<id>private-snapshots</id>
|
|
<name>maven-snapshots</name>
|
|
<url>https://mvn.ops.xinhuazhiyun.com/repository/maven-snapshots/</url>
|
|
</snapshotRepository>
|
|
</distributionManagement>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<java.version>1.8</java.version>
|
|
|
|
<mysql.connector.version>8.0.30</mysql.connector.version>
|
|
<druid.spring.boot.starter.version>1.2.13</druid.spring.boot.starter.version>
|
|
<mybatis.plus.version>3.5.2</mybatis.plus.version>
|
|
<mybatis.plus.join.version>1.2.4</mybatis.plus.join.version>
|
|
<dubbo.version>2.7.23</dubbo.version>
|
|
<aliyun.oss.version>3.17.4</aliyun.oss.version>
|
|
<curator.version>4.2.0</curator.version>
|
|
<zookeeper.version>3.4.14</zookeeper.version>
|
|
<shedlock.version>4.44.0</shedlock.version>
|
|
<rocketmq.version>4.9.8</rocketmq.version>
|
|
|
|
<log4j2.version>2.19.0</log4j2.version>
|
|
|
|
<lombok.version>1.18.24</lombok.version>
|
|
<fastjson.version>1.2.83</fastjson.version>
|
|
<commons.io.version>2.12.0</commons.io.version>
|
|
<commons.pool2.version>2.11.1</commons.pool2.version>
|
|
<commons.lang3.version>3.12.0</commons.lang3.version>
|
|
<commons.collections4.version>4.4</commons.collections4.version>
|
|
<commons.codec.version>1.15</commons.codec.version>
|
|
<commons.beanutils.version>1.9.4</commons.beanutils.version>
|
|
<commons.logging.version>1.2</commons.logging.version>
|
|
<commons.fileupload.version>1.5</commons.fileupload.version>
|
|
<pdfbox.version>2.0.29</pdfbox.version>
|
|
<pdfbox.jbig2-imageio.version>3.0.4</pdfbox.jbig2-imageio.version>
|
|
<jai.imageio.version>1.4.0</jai.imageio.version>
|
|
<twelvemonkeys.imageio.version>3.11.0</twelvemonkeys.imageio.version>
|
|
<guava.version>33.3.0-jre</guava.version>
|
|
<okhttp.version>4.11.0</okhttp.version>
|
|
<kotlin.version>1.5.21</kotlin.version>
|
|
<jetbrains.annotations.version>24.0.1</jetbrains.annotations.version>
|
|
<jsr305.version>3.0.2</jsr305.version>
|
|
<snakeyaml.version>1.32</snakeyaml.version>
|
|
<dns-cache.version>1.8.1</dns-cache.version>
|
|
<hutool-poi.version>5.8.32</hutool-poi.version>
|
|
<hanlp.version>portable-1.8.2</hanlp.version>
|
|
<metadata-extractor.version>2.19.0</metadata-extractor.version>
|
|
<joda-time.version>2.9.3</joda-time.version>
|
|
<caffeine.version>2.9.3</caffeine.version>
|
|
<mockito.version>4.8.0</mockito.version>
|
|
|
|
<mid-sdk.version>1.0.2-SNAPSHOT</mid-sdk.version>
|
|
<shuwen.configmap.version>1.1.1</shuwen.configmap.version>
|
|
<shuwen.search.version>1.1.12</shuwen.search.version>
|
|
<shuwen.lexical-segment.version>0.0.4-SNAPSHOT</shuwen.lexical-segment.version>
|
|
<shuwen.llm.version>0.0.11-SNAPSHOT</shuwen.llm.version>
|
|
<shuwen.gss.version>1.3.6-RELEASE</shuwen.gss.version>
|
|
<shuwen.mediax.manage.version>1.1.6.4-SNAPSHOT</shuwen.mediax.manage.version>
|
|
<shuwen.mediax.search.version>1.1.1-SNAPSHOT</shuwen.mediax.search.version>
|
|
<shuwen.mediax.ram.version>2.0.0-SNAPSHOT</shuwen.mediax.ram.version>
|
|
</properties>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<!-- project start -->
|
|
<dependency>
|
|
<groupId>com.shuwen.groot</groupId>
|
|
<artifactId>groot-data-bank-api</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.groot</groupId>
|
|
<artifactId>groot-data-bank-common</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.groot</groupId>
|
|
<artifactId>groot-data-bank-dao</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.groot</groupId>
|
|
<artifactId>groot-data-bank-manager</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.groot</groupId>
|
|
<artifactId>groot-data-bank-service</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<!-- project end -->
|
|
|
|
<!-- xhzy start -->
|
|
<dependency>
|
|
<groupId>com.shuwen.ops</groupId>
|
|
<artifactId>shaman-configmap</artifactId>
|
|
<version>${shuwen.configmap.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.kubernetes</groupId>
|
|
<artifactId>client-java-api</artifactId>
|
|
<version>1.0.0-xhzy-3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.search</groupId>
|
|
<artifactId>search-proxy-api</artifactId>
|
|
<version>${shuwen.search.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.data</groupId>
|
|
<artifactId>lexical-segment</artifactId>
|
|
<version>${shuwen.lexical-segment.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.llm</groupId>
|
|
<artifactId>llm-spring-boot-starter</artifactId>
|
|
<version>${shuwen.llm.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.gss</groupId>
|
|
<artifactId>gss-client</artifactId>
|
|
<version>${shuwen.gss.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.mediax</groupId>
|
|
<artifactId>media-manage-api-client</artifactId>
|
|
<version>${shuwen.mediax.manage.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.mediax</groupId>
|
|
<artifactId>search-client</artifactId>
|
|
<version>${shuwen.mediax.search.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.mediax</groupId>
|
|
<artifactId>ram-client</artifactId>
|
|
<version>${shuwen.mediax.ram.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.magic</groupId>
|
|
<artifactId>magic-common</artifactId>
|
|
<version>1.2.2-RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shuwen.mid</groupId>
|
|
<artifactId>mid-sdk</artifactId>
|
|
<version>${mid-sdk.version}</version>
|
|
</dependency>
|
|
<!-- xhzy end -->
|
|
|
|
<!-- aliyun start -->
|
|
<dependency>
|
|
<groupId>com.aliyun.oss</groupId>
|
|
<artifactId>aliyun-sdk-oss</artifactId>
|
|
<version>${aliyun.oss.version}</version>
|
|
</dependency>
|
|
<!-- aliyun end -->
|
|
|
|
<!-- service start -->
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<version>${mysql.connector.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
<version>${druid.spring.boot.starter.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
<version>${mybatis.plus.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.yulichang</groupId>
|
|
<artifactId>mybatis-plus-join</artifactId>
|
|
<version>${mybatis.plus.join.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.dubbo</groupId>
|
|
<artifactId>dubbo</artifactId>
|
|
<version>${dubbo.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.dubbo</groupId>
|
|
<artifactId>dubbo-spring-boot-starter</artifactId>
|
|
<version>${dubbo.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.curator</groupId>
|
|
<artifactId>curator-framework</artifactId>
|
|
<version>${curator.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.curator</groupId>
|
|
<artifactId>curator-recipes</artifactId>
|
|
<version>${curator.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.curator</groupId>
|
|
<artifactId>curator-client</artifactId>
|
|
<version>${curator.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
<artifactId>zookeeper</artifactId>
|
|
<version>${zookeeper.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.javacrumbs.shedlock</groupId>
|
|
<artifactId>shedlock-spring</artifactId>
|
|
<version>${shedlock.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.javacrumbs.shedlock</groupId>
|
|
<artifactId>shedlock-provider-jdbc-template</artifactId>
|
|
<version>${shedlock.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.rocketmq</groupId>
|
|
<artifactId>rocketmq-client</artifactId>
|
|
<version>${rocketmq.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.rocketmq</groupId>
|
|
<artifactId>rocketmq-acl</artifactId>
|
|
<version>${rocketmq.version}</version>
|
|
</dependency>
|
|
<!-- service end -->
|
|
|
|
<!-- log4j start -->
|
|
<dependency>
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
<artifactId>log4j-core</artifactId>
|
|
<version>${log4j2.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
<artifactId>log4j-api</artifactId>
|
|
<version>${log4j2.version}</version>
|
|
</dependency>
|
|
<!-- log4j end -->
|
|
|
|
<!-- tools start -->
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<version>${lombok.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>${fastjson.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>${commons.io.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-pool2</artifactId>
|
|
<version>${commons.pool2.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<version>${commons.lang3.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-collections4</artifactId>
|
|
<version>${commons.collections4.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-codec</groupId>
|
|
<artifactId>commons-codec</artifactId>
|
|
<version>${commons.codec.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-beanutils</groupId>
|
|
<artifactId>commons-beanutils</artifactId>
|
|
<version>${commons.beanutils.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<version>${commons.logging.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-fileupload</groupId>
|
|
<artifactId>commons-fileupload</artifactId>
|
|
<version>${commons.fileupload.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
<artifactId>pdfbox</artifactId>
|
|
<version>${pdfbox.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
<artifactId>jbig2-imageio</artifactId>
|
|
<version>${pdfbox.jbig2-imageio.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.jai-imageio</groupId>
|
|
<artifactId>jai-imageio-core</artifactId>
|
|
<version>${jai.imageio.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.jai-imageio</groupId>
|
|
<artifactId>jai-imageio-jpeg2000</artifactId>
|
|
<version>${jai.imageio.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
|
<artifactId>imageio-jpeg</artifactId>
|
|
<version>${twelvemonkeys.imageio.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>${guava.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>okhttp</artifactId>
|
|
<version>${okhttp.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jetbrains.kotlin</groupId>
|
|
<artifactId>kotlin-stdlib</artifactId>
|
|
<version>${kotlin.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jetbrains.kotlin</groupId>
|
|
<artifactId>kotlin-stdlib-common</artifactId>
|
|
<version>${kotlin.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jetbrains</groupId>
|
|
<artifactId>annotations</artifactId>
|
|
<version>${jetbrains.annotations.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
<artifactId>jsr305</artifactId>
|
|
<version>${jsr305.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.yaml</groupId>
|
|
<artifactId>snakeyaml</artifactId>
|
|
<version>${snakeyaml.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>dns-cache-manipulator</artifactId>
|
|
<version>${dns-cache.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.hutool</groupId>
|
|
<artifactId>hutool-poi</artifactId>
|
|
<version>${hutool-poi.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.hankcs</groupId>
|
|
<artifactId>hanlp</artifactId>
|
|
<version>${hanlp.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.drewnoakes</groupId>
|
|
<artifactId>metadata-extractor</artifactId>
|
|
<version>${metadata-extractor.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>joda-time</groupId>
|
|
<artifactId>joda-time</artifactId>
|
|
<version>${joda-time.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
|
<artifactId>caffeine</artifactId>
|
|
<version>${caffeine.version}</version>
|
|
</dependency>
|
|
<!-- tools end -->
|
|
|
|
<!-- test start -->
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-core</artifactId>
|
|
<version>${mockito.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-inline</artifactId>
|
|
<version>${mockito.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-junit-jupiter</artifactId>
|
|
<version>${mockito.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.skyscreamer</groupId>
|
|
<artifactId>jsonassert</artifactId>
|
|
<version>1.5.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.bytebuddy</groupId>
|
|
<artifactId>byte-buddy</artifactId>
|
|
<version>1.12.10</version>
|
|
</dependency>
|
|
<!-- test end -->
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<build>
|
|
<pluginManagement>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.11.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<version>3.3.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
<version>3.3.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
<version>3.4.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
<version>3.1.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
<version>3.1.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<version>3.3.0</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<version>3.1.2</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
<version>3.4.0</version>
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
</build>
|
|
</project>
|