123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://maven.apache.org/POM/4.0.0"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <parent>
- <groupId>com.zfjg</groupId>
- <artifactId>zfjg-modules</artifactId>
- <version>3.6.1</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>zfjg-modules-file</artifactId>
- <description>
- zfjg-modules-file文件服务
- </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>
-
- <!-- FastDFS -->
- <dependency>
- <groupId>com.github.tobato</groupId>
- <artifactId>fastdfs-client</artifactId>
- </dependency>
-
- <!-- Minio -->
- <dependency>
- <groupId>io.minio</groupId>
- <artifactId>minio</artifactId>
- <version>${minio.version}</version>
- </dependency>
-
- <!-- RuoYi Api System -->
- <dependency>
- <groupId>com.zfjg</groupId>
- <artifactId>zfjg-api-system</artifactId>
- </dependency>
-
- <!-- RuoYi Common Swagger -->
- <dependency>
- <groupId>com.zfjg</groupId>
- <artifactId>zfjg-common-swagger</artifactId>
- </dependency>
- <dependency>
- <groupId>com.zfjg</groupId>
- <artifactId>zfjg-api-file</artifactId>
- <version>3.6.1</version>
- <scope>compile</scope>
- </dependency>
- <!-- 视频解析 -->
- <dependency>
- <groupId>org.bytedeco</groupId>
- <artifactId>javacv</artifactId>
- <version>1.5.7</version>
- <exclusions>
- <exclusion>
- <groupId>org.bytedeco</groupId>
- <artifactId>javacpp</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>flycapture</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>libdc1394</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>libfreenect</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>libfreenect2</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>librealsense</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>videoinput</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>opencv</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>tesseract</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>leptonica</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>flandmark</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>artoolkitplus</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.bytedeco</groupId>
- <artifactId>javacv-platform</artifactId>
- <version>1.5.7</version>
- <exclusions>
- <exclusion>
- <groupId>org.bytedeco</groupId>
- <artifactId>javacv</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>flycapture-platform</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>libdc1394-platform</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>libfreenect-platform</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>libfreenect2-platform</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>librealsense-platform</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>videoinput-platform</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>opencv-platform</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>tesseract-platform</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>leptonica-platform</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>flandmark-platform</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco.javacpp-presets</groupId>
- <artifactId>artoolkitplus-platform</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- Mysql Connector -->
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- </dependency>
- <!-- RuoYi Common DataSource -->
- <dependency>
- <groupId>com.zfjg</groupId>
- <artifactId>zfjg-common-datasource</artifactId>
- </dependency>
- <!-- RuoYi Common DataScope -->
- <dependency>
- <groupId>com.zfjg</groupId>
- <artifactId>zfjg-common-datascope</artifactId>
- </dependency>
- <!--断点续传依赖-->
- <dependency>
- <groupId>cn.novelweb</groupId>
- <artifactId>tool-core</artifactId>
- <version>1.3.3</version>
- <exclusions>
- <exclusion>
- <artifactId>poi-ooxml</artifactId>
- <groupId>org.apache.poi</groupId>
- </exclusion>
- <!-- <exclusion>-->
- <!-- <artifactId>xml-apis</artifactId>-->
- <!-- <groupId>xml-apis</groupId>-->
- <!-- </exclusion>-->
- </exclusions>
- </dependency>
- </dependencies>
- <build>
- <finalName>${project.artifactId}</finalName>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- </project>
|