123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476 |
- <?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.qmth.distributed.print.service</groupId>
- <artifactId>distributed-print-service</artifactId>
- <version>3.4.6</version>
- <packaging>pom</packaging>
- <modules>
- <module>distributed-print</module>
- <module>distributed-print-business</module>
- <module>teachcloud-mark</module>
- <module>teachcloud-common</module>
- <module>teachcloud-common-api</module>
- <module>teachcloud-task</module>
- <module>teachcloud-report</module>
- <module>teachcloud-report-business</module>
- <module>teachcloud-obe</module>
- <module>teachcloud-data</module>
- </modules>
- <properties>
- <java.version>1.8</java.version>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
- <qmth.boot.version>1.0.6</qmth.boot.version>
- <!-- <swagger2.version>2.9.2</swagger2.version>-->
- <knife4j.version>2.0.7</knife4j.version>
- <fastjson.version>1.2.68</fastjson.version>
- <fileupload.version>1.4</fileupload.version>
- <poi.version>5.2.2</poi.version>
- <aliyun.version>3.8.1</aliyun.version>
- <guava.version>27.1-jre</guava.version>
- <hutool.version>5.0.6</hutool.version>
- <bcprov.version>1.52</bcprov.version>
- <spring-boot.version>2.3.7.RELEASE</spring-boot.version>
- <gson.version>2.8.6</gson.version>
- <commons.version>3.10</commons.version>
- <commons.codec.version>1.15</commons.codec.version>
- <commons-io.version>2.11.0</commons-io.version>
- <jackson.version>2.11.0</jackson.version>
- <swagger2-bootstrap.version>1.9.6</swagger2-bootstrap.version>
- <jetbrains.version>13.0</jetbrains.version>
- <httpclient.version>4.5.12</httpclient.version>
- <version-plugin.version>2.8.1</version-plugin.version>
- <netty-all.version>4.1.49.Final</netty-all.version>
- <itextpdf.version>5.5.13</itextpdf.version>
- <itextasian.version>5.2.0</itextasian.version>
- <googleBar.version>3.4.0</googleBar.version>
- <freemarker.version>2.3.30</freemarker.version>
- <commons-text.version>1.9</commons-text.version>
- <junit.version>4.13</junit.version>
- <activiti.version>6.0.0</activiti.version>
- <activiti-modeler.version>5.22.0</activiti-modeler.version>
- <zip4j.version>2.11.5</zip4j.version>
- <nanoid.version>2.0.0</nanoid.version>
- <!-- <jasypt.version>3.0.3</jasypt.version>-->
- <poi-tl.version>1.12.1</poi-tl.version>
- <poi-ooxml-schemas.version>4.1.2</poi-ooxml-schemas.version>
- <jdframe.version>0.0.5</jdframe.version>
- </properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.qmth.distributed.print</groupId>
- <artifactId>distributed-print</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.teachcloud.common</groupId>
- <artifactId>teachcloud-common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.teachcloud.common.api</groupId>
- <artifactId>teachcloud-common-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.distributed.print.business</groupId>
- <artifactId>distributed-print-business</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.teachcloud.mark</groupId>
- <artifactId>teachcloud-mark</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.teachcloud.obe</groupId>
- <artifactId>teachcloud-obe</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.teachcloud.task</groupId>
- <artifactId>teachcloud-task</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.teachcloud.data</groupId>
- <artifactId>teachcloud-data</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.teachcloud.report</groupId>
- <artifactId>teachcloud-report</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.teachcloud.report.business</groupId>
- <artifactId>teachcloud-report-business</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>starter-api</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>core-uid</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>core-cache</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>core-concurrent</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>core-fss</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>data-redis</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>data-mybatis-plus</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>tools-device</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>core-solar</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>core-logging</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>core-models</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>core-retrofit</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>core-sms</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>tools-poi</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>data-upgrade</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>core-ai</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>io.springfox</groupId>-->
- <!-- <artifactId>springfox-swagger-ui</artifactId>-->
- <!-- <version>${swagger2.version}</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>io.springfox</groupId>-->
- <!-- <artifactId>springfox-swagger2</artifactId>-->
- <!-- <version>${swagger2.version}</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>com.github.xiaoymin</groupId>
- <artifactId>knife4j-spring-boot-starter</artifactId>
- <version>${knife4j.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>${commons.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>${commons.codec.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-text</artifactId>
- <version>${commons-text.version}</version>
- </dependency>
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>${gson.version}</version>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>${guava.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-ooxml-schemas.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>${poi.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>${fileupload.version}</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun.oss</groupId>
- <artifactId>aliyun-sdk-oss</artifactId>
- <version>${aliyun.version}</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>${fastjson.version}</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- <version>${jackson.version}</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-annotations</artifactId>
- <version>${jackson.version}</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>${jackson.version}</version>
- </dependency>
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-all</artifactId>
- <version>${hutool.version}</version>
- </dependency>
- <!-- aes PKCS7 -->
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- <version>${bcprov.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- <version>${jetbrains.version}</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons-io.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>${httpclient.version}</version>
- </dependency>
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-all</artifactId>
- <version>${netty-all.version}</version>
- </dependency>
- <!--quartz-->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-quartz</artifactId>
- <version>${spring-boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.itextpdf</groupId>
- <artifactId>itextpdf</artifactId>
- <version>${itextpdf.version}</version>
- </dependency>
- <dependency>
- <groupId>com.itextpdf</groupId>
- <artifactId>itext-asian</artifactId>
- <version>${itextasian.version}</version>
- </dependency>
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>core</artifactId>
- <version>${googleBar.version}</version>
- </dependency>
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>javase</artifactId>
- <version>${googleBar.version}</version>
- </dependency>
- <dependency>
- <groupId>org.freemarker</groupId>
- <artifactId>freemarker</artifactId>
- <version>${freemarker.version}</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${junit.version}</version>
- </dependency>
- <dependency>
- <groupId>org.activiti</groupId>
- <artifactId>activiti-engine</artifactId>
- <version>${activiti.version}</version>
- </dependency>
- <dependency>
- <groupId>org.activiti</groupId>
- <artifactId>activiti-spring</artifactId>
- <version>${activiti.version}</version>
- </dependency>
- <dependency>
- <groupId>org.activiti</groupId>
- <artifactId>activiti-spring-boot-starter-basic</artifactId>
- <version>${activiti.version}</version>
- </dependency>
- <dependency>
- <groupId>org.activiti</groupId>
- <artifactId>activiti-common-rest</artifactId>
- <version>${activiti.version}</version>
- </dependency>
- <dependency>
- <groupId>org.activiti</groupId>
- <artifactId>activiti-modeler</artifactId>
- <version>${activiti-modeler.version}</version>
- </dependency>
- <dependency>
- <groupId>org.activiti</groupId>
- <artifactId>activiti-bpmn-layout</artifactId>
- <version>${activiti.version}</version>
- </dependency>
- <dependency>
- <groupId>net.lingala.zip4j</groupId>
- <artifactId>zip4j</artifactId>
- <version>${zip4j.version}</version>
- </dependency>
- <dependency>
- <groupId>com.aventrix.jnanoid</groupId>
- <artifactId>jnanoid</artifactId>
- <version>${nanoid.version}</version>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>com.github.ulisesbocchio</groupId>-->
- <!-- <artifactId>jasypt-spring-boot-starter</artifactId>-->
- <!-- <version>${jasypt.version}</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>org.apache.maven</groupId>-->
- <!-- <artifactId>maven-model</artifactId>-->
- <!-- <version>3.0</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>com.github.jeffreyning</groupId>
- <artifactId>mybatisplus-plus</artifactId>
- <version>1.5.1-RELEASE</version>
- </dependency>
- <dependency>
- <groupId>com.deepoove</groupId>
- <artifactId>poi-tl</artifactId>
- <version>${poi-tl.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>core-rate-limit</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>com.qmth.boot</groupId>
- <artifactId>tools-common</artifactId>
- <version>${qmth.boot.version}</version>
- </dependency>
- <dependency>
- <groupId>io.github.burukeyou</groupId>
- <artifactId>jdframe</artifactId>
- <version>${jdframe.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <dependencies>
- <!-- 默认依赖测试JAR -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <version>${spring-boot.version}</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- <skipTests>true</skipTests>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>versions-maven-plugin</artifactId>
- <version>${version-plugin.version}</version>
- <configuration>
- <generateBackupPoms>false</generateBackupPoms>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>3.2.0</version>
- <configuration>
- <encoding>UTF-8</encoding>
- <useDefaultDelimiters>false</useDefaultDelimiters>
- <delimiters>
- <delimiter>$[*]</delimiter>
- </delimiters>
- <!-- 过滤后缀不需要转码的文件后缀名pdf -->
- <nonFilteredFileExtensions>
- <nonFilteredFileExtension>pdf</nonFilteredFileExtension>
- </nonFilteredFileExtensions>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </project>
|