403 lines
14 KiB
XML
403 lines
14 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>
|
||
<artifactId>securityControl-modules</artifactId>
|
||
<groupId>com.securityControl</groupId>
|
||
<version>3.6.1</version>
|
||
</parent>
|
||
<modelVersion>4.0.0</modelVersion>
|
||
|
||
<artifactId>gs-proteam</artifactId>
|
||
<description>
|
||
securityControl-proteam工程班组业务模块(包含综合展示)
|
||
</description>
|
||
<dependencies>
|
||
<!-- SpringCloud Alibaba Nacos -->
|
||
<dependency>
|
||
<groupId>com.alibaba.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
||
</dependency>
|
||
|
||
<!-- SpringCloud Alibaba Nacos Config -->
|
||
<dependency>
|
||
<groupId>com.alibaba.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
||
</dependency>
|
||
|
||
<!-- SpringCloud Alibaba Sentinel -->
|
||
<dependency>
|
||
<groupId>com.alibaba.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
||
</dependency>
|
||
|
||
|
||
<!-- SpringBoot Actuator -->
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||
</dependency>
|
||
|
||
<!-- Swagger UI -->
|
||
<dependency>
|
||
<groupId>io.springfox</groupId>
|
||
<artifactId>springfox-swagger-ui</artifactId>
|
||
<version>${swagger.fox.version}</version>
|
||
</dependency>
|
||
<!--连接ftp使用-->
|
||
<dependency>
|
||
<groupId>commons-net</groupId>
|
||
<artifactId>commons-net</artifactId>
|
||
<version>3.3</version>
|
||
</dependency>
|
||
<!-- Mysql Connector -->
|
||
<dependency>
|
||
<groupId>mysql</groupId>
|
||
<artifactId>mysql-connector-java</artifactId>
|
||
</dependency>
|
||
|
||
<!-- VideoSecurityControl Common DataSource -->
|
||
<dependency>
|
||
<groupId>com.securityControl</groupId>
|
||
<artifactId>securityControl-common-datasource</artifactId>
|
||
</dependency>
|
||
|
||
<!-- VideoSecurityControl Common DataScope -->
|
||
<dependency>
|
||
<groupId>com.securityControl</groupId>
|
||
<artifactId>securityControl-common-datascope</artifactId>
|
||
</dependency>
|
||
|
||
<!-- VideoSecurityControl Common Log -->
|
||
<dependency>
|
||
<groupId>com.securityControl</groupId>
|
||
<artifactId>securityControl-common-log</artifactId>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.securityControl</groupId>
|
||
<artifactId>securityControl-common-redis</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.rocketmq</groupId>
|
||
<artifactId>rocketmq-spring-boot-starter</artifactId>
|
||
<version>2.0.2</version>
|
||
</dependency>
|
||
<!-- VideoSecurityControl Common Swagger -->
|
||
<dependency>
|
||
<groupId>com.securityControl</groupId>
|
||
<artifactId>securityControl-common-swagger</artifactId>
|
||
</dependency>
|
||
|
||
<!-- logstash -->
|
||
<dependency>
|
||
<groupId>net.logstash.logback</groupId>
|
||
<artifactId>logstash-logback-encoder</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.quartz-scheduler</groupId>
|
||
<artifactId>quartz</artifactId>
|
||
<version>2.3.2</version>
|
||
</dependency>
|
||
<!-- easypoi相关的jar包 -->
|
||
<dependency>
|
||
<groupId>cn.afterturn</groupId>
|
||
<artifactId>easypoi-base</artifactId>
|
||
<version>4.2.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.afterturn</groupId>
|
||
<artifactId>easypoi-web</artifactId>
|
||
<version>4.2.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.afterturn</groupId>
|
||
<artifactId>easypoi-annotation</artifactId>
|
||
<version>4.2.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.google.guava</groupId>
|
||
<artifactId>guava</artifactId>
|
||
<version>20.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.poi</groupId>
|
||
<artifactId>poi</artifactId>
|
||
<version>4.1.2</version>
|
||
</dependency>
|
||
<!-- POI OOXML(处理docx、pptx) -->
|
||
<dependency>
|
||
<groupId>org.apache.poi</groupId>
|
||
<artifactId>poi-ooxml</artifactId>
|
||
<version>4.1.2</version>
|
||
</dependency>
|
||
<!-- POI 旧版格式支持(doc、ppt) -->
|
||
<dependency>
|
||
<groupId>org.apache.poi</groupId>
|
||
<artifactId>poi-scratchpad</artifactId>
|
||
<version>4.1.2</version>
|
||
</dependency>
|
||
<!-- PDF生成(iText,用于Word转PDF) -->
|
||
<dependency>
|
||
<groupId>com.itextpdf</groupId>
|
||
<artifactId>itextpdf</artifactId>
|
||
<version>5.5.13.3</version>
|
||
</dependency>
|
||
<!-- 处理中文字体(iText) -->
|
||
<dependency>
|
||
<groupId>com.itextpdf</groupId>
|
||
<artifactId>itext-asian</artifactId>
|
||
<version>5.2.0</version>
|
||
</dependency>
|
||
<!-- PDFBox(用于PPT转PDF) -->
|
||
<dependency>
|
||
<groupId>org.apache.pdfbox</groupId>
|
||
<artifactId>pdfbox</artifactId>
|
||
<version>2.0.29</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>org.freemarker</groupId>
|
||
<artifactId>freemarker</artifactId>
|
||
<version>2.3.30</version>
|
||
<!-- <scope>provided</scope>-->
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>junit</groupId>
|
||
<artifactId>junit</artifactId>
|
||
<scope>test</scope>
|
||
</dependency>
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>org.springframework</groupId>-->
|
||
<!-- <artifactId>spring-test</artifactId>-->
|
||
<!-- <version>5.3.14</version>-->
|
||
<!-- <scope>test</scope>-->
|
||
<!-- <exclusions>-->
|
||
<!-- <exclusion>-->
|
||
<!-- <groupId>org.springframework</groupId>-->
|
||
<!-- <artifactId>spring</artifactId>-->
|
||
<!-- </exclusion>-->
|
||
<!-- </exclusions>-->
|
||
<!-- </dependency>-->
|
||
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-test</artifactId>
|
||
<version>2.2.13.RELEASE</version>
|
||
<scope>test</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>dom4j</groupId>
|
||
<artifactId>dom4j</artifactId>
|
||
<version>1.6.1</version>
|
||
<scope>compile</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-httpclient</groupId>
|
||
<artifactId>commons-httpclient</artifactId>
|
||
<version>3.1</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.squareup.okhttp3</groupId>
|
||
<artifactId>okhttp</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-io</groupId>
|
||
<artifactId>commons-io</artifactId>
|
||
<version>2.11.0</version>
|
||
</dependency>
|
||
<!--uds-->
|
||
<dependency>
|
||
<groupId>uds-sdk</groupId>
|
||
<artifactId>uds-sdk</artifactId>
|
||
<version>2.1.3</version>
|
||
<scope>system</scope>
|
||
<systemPath>${project.basedir}/libs/uds-sdk-java-2.1.3-SNAPSHOT.jar</systemPath>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>uds-ms-metadata</groupId>
|
||
<artifactId>uds-ms-metadata</artifactId>
|
||
<version>2.1.3</version>
|
||
<scope>system</scope>
|
||
<systemPath>${project.basedir}/libs/uds-ms-metadata-rpc-dto-2.1.3-SNAPSHOT.jar</systemPath>
|
||
</dependency>
|
||
|
||
<!--加密组件-->
|
||
<dependency>
|
||
<groupId>org.jasypt</groupId>
|
||
<artifactId>jasypt</artifactId>
|
||
<version>1.9.3</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.ulisesbocchio</groupId>
|
||
<artifactId>jasypt-spring-boot-starter</artifactId>
|
||
<version>3.0.2</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>aspose-slides-21.10-jdk16</groupId>
|
||
<artifactId>aspose-slides-21.10-jdk16</artifactId>
|
||
<version>1.0</version>
|
||
<scope>system</scope>
|
||
<systemPath>${project.basedir}/libs/aspose-slides-21.10-jdk16.jar</systemPath>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>aspose-words-15.8.0</groupId>
|
||
<artifactId>aspose-words-15.8.0</artifactId>
|
||
<version>1.0</version>
|
||
<scope>system</scope>
|
||
<systemPath>${project.basedir}/libs/aspose-words-15.8.0.jar</systemPath>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>ebuild-component-crypto</groupId>
|
||
<artifactId>ebuild-component-crypto</artifactId>
|
||
<version>1.0</version>
|
||
<scope>system</scope>
|
||
<systemPath>${project.basedir}/libs/ebuild-component-crypto.jar</systemPath>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.aliyun.oss</groupId>
|
||
<artifactId>aliyun-sdk-oss</artifactId>
|
||
<version>3.10.2</version>
|
||
</dependency>
|
||
|
||
|
||
<dependency>
|
||
<groupId>org.jdom</groupId>
|
||
<artifactId>jdom2</artifactId>
|
||
<version>2.0.6</version>
|
||
</dependency>
|
||
|
||
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-web</artifactId>
|
||
<version>2.7.3</version>
|
||
</dependency>
|
||
|
||
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-websocket</artifactId>
|
||
</dependency>
|
||
|
||
|
||
<dependency>
|
||
<groupId>com.github.oshi</groupId>
|
||
<artifactId>oshi-core</artifactId>
|
||
<version>6.3.2</version>
|
||
</dependency>
|
||
|
||
|
||
|
||
|
||
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>jna-5.12.1.jar</groupId>-->
|
||
<!-- <artifactId>jna-5.12.1.jar</artifactId>-->
|
||
<!-- <version>1.0</version>-->
|
||
<!-- <scope>system</scope>-->
|
||
<!-- <systemPath>${project.basedir}/libs/jna-5.12.1.jar</systemPath>-->
|
||
<!-- </dependency>-->
|
||
<dependency>
|
||
<groupId>net.java.dev.jna</groupId>
|
||
<artifactId>jna-platform</artifactId>
|
||
<version>5.12.1</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>net.java.dev.jna</groupId>
|
||
<artifactId>jna</artifactId>
|
||
<version>5.12.1</version> <!-- 保持主版本一致 -->
|
||
</dependency>
|
||
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>jna-platform-5.12.1.jar</groupId>-->
|
||
<!-- <artifactId>jna-platform-5.12.1.jar</artifactId>-->
|
||
<!-- <version>1.0</version>-->
|
||
<!-- <scope>system</scope>-->
|
||
<!-- <systemPath>${project.basedir}/libs/jna-platform-5.12.1.jar</systemPath>-->
|
||
<!-- </dependency>-->
|
||
|
||
<dependency>
|
||
<groupId>sgjdbc_20230302.jar</groupId>
|
||
<artifactId>sgjdbc_20230302.jar</artifactId>
|
||
<version>1.0</version>
|
||
<scope>system</scope>
|
||
<systemPath>${project.basedir}/libs/sgjdbc-20250604.6638.jar</systemPath>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>org.bytedeco</groupId>
|
||
<artifactId>javacv</artifactId>
|
||
<version>1.5.4</version>
|
||
</dependency>
|
||
<!--thumbnailator图片处理-->
|
||
<dependency>
|
||
<groupId>net.coobird</groupId>
|
||
<artifactId>thumbnailator</artifactId>
|
||
<version>0.4.8</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.docx4j</groupId>
|
||
<artifactId>docx4j-JAXB-ReferenceImpl</artifactId>
|
||
<version>8.3.3</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework</groupId>
|
||
<artifactId>spring-test</artifactId>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>aspose-words-15.8.0.jar</groupId>
|
||
<artifactId>aspose-words-15.8.0.jar</artifactId>
|
||
<version>1.0</version>
|
||
<scope>system</scope>
|
||
<systemPath>${project.basedir}/libs/aspose-words-15.8.0.jar</systemPath>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.aspose</groupId>
|
||
<artifactId>aspose-slides</artifactId>
|
||
<version>21.10</version>
|
||
<classifier>jdk16</classifier>
|
||
</dependency>
|
||
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>aspose-slides-21.10-jdk16.jar</groupId>-->
|
||
<!-- <artifactId>aspose-slides-21.10-jdk16.jar</artifactId>-->
|
||
<!-- <version>1.0</version>-->
|
||
<!-- <scope>system</scope>-->
|
||
<!-- <systemPath>${project.basedir}/libs/aspose-slides-21.10-jdk16.jar</systemPath>-->
|
||
<!-- </dependency>-->
|
||
</dependencies>
|
||
<repositories>
|
||
<repository>
|
||
<id>AsposeJavaAPI</id>
|
||
<name>Aspose Java API</name>
|
||
<url>https://repository.aspose.com/repo/</url>
|
||
</repository>
|
||
</repositories>
|
||
<build>
|
||
<finalName>${project.artifactId}</finalName>
|
||
<plugins>
|
||
<plugin>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||
<version>2.7.4</version>
|
||
<configuration>
|
||
<includeSystemScope>true</includeSystemScope>
|
||
</configuration>
|
||
<executions>
|
||
<execution>
|
||
<goals>
|
||
<goal>repackage</goal>
|
||
</goals>
|
||
</execution>
|
||
</executions>
|
||
</plugin>
|
||
</plugins>
|
||
</build>
|
||
</project>
|