123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- <?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>tianhu</artifactId>
- <groupId>com.tianhu</groupId>
- <version>2.4.1</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.tianhu</groupId>
- <artifactId>sc-service</artifactId>
- <dependencies>
- <!-- SpringCloud Ailibaba Nacos -->
- <dependency>
- <groupId>com.alibaba.cloud</groupId>
- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
- </dependency>
- <!-- SpringCloud Ailibaba Nacos Config -->
- <dependency>
- <groupId>com.alibaba.cloud</groupId>
- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
- </dependency>
- <!-- SpringCloud Ailibaba 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 -->
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger-ui</artifactId>
- <version>${swagger.fox.version}</version>
- </dependency>
- <!-- Mysql Connector -->
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>8.0.15</version>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <artifactId>protobuf-java</artifactId>
- <groupId>com.google.protobuf</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- TianHu Common Datascope -->
- <!-- <dependency>-->
- <!-- <groupId>com.tianhu</groupId>-->
- <!-- <artifactId>tianhu-common-datascope</artifactId>-->
- <!-- </dependency>-->
- <!-- TianHu Common Log -->
- <dependency>
- <groupId>com.tianhu</groupId>
- <artifactId>tianhu-common-log</artifactId>
- </dependency>
- <!-- TianHu Common Swagger -->
- <dependency>
- <groupId>com.tianhu</groupId>
- <artifactId>tianhu-common-swagger</artifactId>
- </dependency>
- <!-- 邮箱发送 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-mail</artifactId>
- </dependency>
- <!-- 测试类 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>4.1.2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.deepoove</groupId>
- <artifactId>poi-tl</artifactId>
- <version>1.10.0-beta</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-excelant</artifactId>
- <version>4.1.2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-scratchpad</artifactId>
- <version>4.1.2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <version>4.1.2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml-schemas</artifactId>
- <version>4.1.2</version>
- </dependency>
- <!-- 升级成mybatis-plus -->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus</artifactId>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- </dependency>
- <dependency>
- <groupId>com.tianhu</groupId>
- <artifactId>tianhu-common-dbutil</artifactId>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.49</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- </dependency>
- <!-- 公众号推送 -->
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.8.5</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-starter-openfeign</artifactId>
- </dependency>
- <dependency>
- <groupId>cpcn.dsp</groupId>
- <artifactId>cpcn-dsp-api</artifactId>
- <version>v1.6.4.11</version>
- <systemPath>${project.basedir}/lib/cpcn-dsp-api-v1.6.4.11.jar</systemPath>
- <scope>system</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.16</version>
- </dependency>
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>core</artifactId>
- <version>3.3.0</version>
- </dependency>
- <dependency>
- <groupId>com.github.penggle</groupId>
- <artifactId>kaptcha</artifactId>
- </dependency>
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>javase</artifactId>
- <version>3.3.0</version>
- </dependency>
- <dependency>
- <groupId>com.spire</groupId>
- <artifactId>Spire.Doc</artifactId>
- <version>3.0.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/Spire.Doc.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.abcb</groupId>
- <artifactId>sadk</artifactId>
- <version>3.7.1.0</version>
- <systemPath>${project.basedir}/lib/sadk-3.7.1.0.jar</systemPath>
- <scope>system</scope>
- </dependency>
- <dependency>
- <groupId>paperless.sadk</groupId>
- <artifactId>paperless-sadk-ext</artifactId>
- <version>3.0.2.1</version>
- <systemPath>${project.basedir}/lib/paperless-sadk-ext-3.0.2.1.jar</systemPath>
- <scope>system</scope>
- </dependency>
- <dependency>
- <groupId>paperless.sadk</groupId>
- <artifactId>jackson-annotations</artifactId>
- <version>2.11.1</version>
- <systemPath>${project.basedir}/lib/jackson-annotations-2.11.1.jar</systemPath>
- <scope>system</scope>
- </dependency>
- <dependency>
- <groupId>paperless.sadk</groupId>
- <artifactId>jackson-core</artifactId>
- <version>2.11.1</version>
- <systemPath>${project.basedir}/lib/jackson-core-2.11.1.jar</systemPath>
- <scope>system</scope>
- </dependency>
- <dependency>
- <groupId>paperless.sadk</groupId>
- <artifactId>jackson-databind-2.11.1</artifactId>
- <version>2.11.1</version>
- <systemPath>${project.basedir}/lib/jackson-databind-2.11.1.jar</systemPath>
- <scope>system</scope>
- </dependency>
- <dependency>
- <groupId>paperless.sadk</groupId>
- <artifactId>jackson-dataformat-cbor</artifactId>
- <version>2.6.7</version>
- <systemPath>${project.basedir}/lib/jackson-dataformat-cbor-2.6.7.jar</systemPath>
- <scope>system</scope>
- </dependency>
- <dependency>
- <groupId>paperless.sadk</groupId>
- <artifactId>logback-cfca-jdk1.6-4.2.1.0</artifactId>
- <version>4.2.1.0</version>
- <systemPath>${project.basedir}/lib/logback-cfca-jdk1.6-4.2.1.0.jar</systemPath>
- <scope>system</scope>
- </dependency>
- <dependency>
- <groupId>paperless.sadk</groupId>
- <artifactId>timestampAPI-4.0.3.0</artifactId>
- <version>4.0.3.0</version>
- <systemPath>${project.basedir}/lib/timestampAPI-4.0.3.0.jar</systemPath>
- <scope>system</scope>
- </dependency>
- <dependency>
- <groupId>paperless.sadk</groupId>
- <artifactId>common-3.6.3.4-tsvo</artifactId>
- <version>3.6.3.4</version>
- <systemPath>${project.basedir}/lib/common-3.6.3.4-tsvo.jar</systemPath>
- <scope>system</scope>
- </dependency>
- <dependency>
- <groupId>aspose</groupId>
- <artifactId>aspose</artifactId>
- <version>15.8.0</version>
- <systemPath>${project.basedir}/lib/aspose-words-15.8.0-jdk16.jar</systemPath>
- <scope>system</scope>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <includeSystemScope>true</includeSystemScope>
- <excludeGroupIds>
- e-iceblue
- </excludeGroupIds>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </project>
|