bns_jjsp_service/securityControl-modules/securityControl-proteam/pom.xml

326 lines
12 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>securityControl-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>
<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>
<!--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>jasypt-1.9.3</groupId>
<artifactId>jasypt-1.9.3</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/jasypt-1.9.3.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>jasypt-spring-boot-3.0.2</groupId>
<artifactId>jasypt-spring-boot-3.0.2</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/jasypt-spring-boot-3.0.2.jar</systemPath>
</dependency>
<dependency>
<groupId>aliyun-sdk-oss-3.10.2</groupId>
<artifactId>aliyun-sdk-oss-3.10.2</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/aliyun-sdk-oss-3.10.2.jar</systemPath>
</dependency>
<dependency>
<groupId>jdom2-2.0.6.jar</groupId>
<artifactId>jdom2-2.0.6.jar</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/jdom2-2.0.6.jar</systemPath>
</dependency>
<dependency>
<groupId>spring-boot-starter-web-2.7.3.jar</groupId>
<artifactId>spring-boot-starter-web-2.7.3.jar</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/spring-boot-starter-web-2.7.3.jar</systemPath>
</dependency>
<dependency>
<groupId>spring-messaging-5.3.22.jar</groupId>
<artifactId>spring-messaging-5.3.22.jar</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/spring-messaging-5.3.22.jar</systemPath>
</dependency>
<dependency>
<groupId>spring-websocket-5.3.22.jar</groupId>
<artifactId>spring-websocket-5.3.22.jar</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/spring-websocket-5.3.22.jar</systemPath>
</dependency>
<!--<dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
<version>2.8.2</version>
</dependency>-->
<!-- <dependency>-->
<!-- <groupId>com.youotech.jjqgcapp</groupId>-->
<!-- <artifactId>jjqgcapp-common</artifactId>-->
<!-- <version>3.4.0</version>-->
<!-- </dependency>-->
<dependency>
<groupId>oshi-core-6.3.2.jar</groupId>
<artifactId>oshi-core-6.3.2.jar</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/oshi-core-6.3.2.jar</systemPath>
</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>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_20230302.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>
</dependencies>
<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>