| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- <?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>
- <parent>
- <artifactId>poyee</artifactId>
- <groupId>com.poyee</groupId>
- <version>1.0.0</version>
- </parent>
- <groupId>com.poyee</groupId>
- <artifactId>poyee-pay</artifactId>
- <version>1.0.0</version>
- <name>支付</name>
- <description>poyee-pay</description>
- <properties>
- <java.version>1.8</java.version>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-validation</artifactId>
- </dependency>
- <!--<dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter</artifactId>
- </dependency>-->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <!-- 热更新-->
- <!--<dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-devtools</artifactId>
- </dependency>-->
- <!-- swagger2-->
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger2</artifactId>
- </dependency>
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger-ui</artifactId>
- </dependency>
- <dependency>
- <groupId>com.github.xiaoymin</groupId>
- <artifactId>swagger-bootstrap-ui</artifactId>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <optional>true</optional>
- </dependency>
- <!--io常用工具类 -->
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons.io.version}</version>
- </dependency>
- <!--微信支付 -->
- <dependency>
- <groupId>com.github.wxpay</groupId>
- <artifactId>wxpay-sdk</artifactId>
- <version>0.0.3</version>
- </dependency>
- <dependency>
- <groupId>com.github.wechatpay-apiv3</groupId>
- <artifactId>wechatpay-java</artifactId>
- <version>0.2.12</version>
- <exclusions>
- <exclusion>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- <version>1.60</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/org.jasypt/jasypt -->
- <dependency>
- <groupId>org.jasypt</groupId>
- <artifactId>jasypt</artifactId>
- <version>1.9.3</version>
- </dependency>
- <!--支付宝支付-->
- <dependency>
- <groupId>com.alipay.sdk</groupId>
- <artifactId>alipay-sdk-java</artifactId>
- <version>4.16.50.ALL</version>
- </dependency>
- <!--河马付-->
- <dependency>
- <groupId>cn.com.sand</groupId>
- <artifactId>hmpay-sdk</artifactId>
- <version>1.1.4</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/hmpay-sdk-1.1.4.jar</systemPath>
- </dependency>
- <!--汇付-->
- <dependency>
- <groupId>com.huifu.adapay</groupId>
- <artifactId>adapay-core-sdk</artifactId>
- <version>1.2.10</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/adapay-core-sdk-1.2.10.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.huifu.adapay</groupId>
- <artifactId>adapay-core-sdk-sources</artifactId>
- <version>1.2.10</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/adapay-core-sdk-1.2.10-sources.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.huifu.adapay</groupId>
- <artifactId>adapay-java-sdk</artifactId>
- <version>1.2.10</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/adapay-java-sdk-1.2.10.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.huifu.adapay</groupId>
- <artifactId>adapay-java-sdk-sources</artifactId>
- <version>1.2.10</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/adapay-java-sdk-1.2.10-sources.jar</systemPath>
- </dependency>
- <!-- 支付宝国际sdk -->
- <dependency>
- <groupId>com.interpay.sdk</groupId>
- <artifactId>interpay-sdk</artifactId>
- <version>1.1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/interpay-sdk-1.0-SNAPSHOT.jar</systemPath>
- </dependency>
- <!-- 银联商务-沈阳sdk -->
- <dependency>
- <groupId>com.jeequan.jeepay</groupId>
- <artifactId>pay-sdk-java</artifactId>
- <version>1.5.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/pay-sdk-java-1.5.0.jar</systemPath>
- </dependency>
- <!--sftp-->
- <dependency>
- <groupId>org.lucee</groupId>
- <artifactId>jsch</artifactId>
- <version>0.1.55</version>
- </dependency>
- <!-- logback fluentd -->
- <dependency>
- <groupId>org.codehaus.janino</groupId>
- <artifactId>janino</artifactId>
- </dependency>
- <dependency>
- <groupId>com.sndyuk</groupId>
- <artifactId>logback-more-appenders</artifactId>
- </dependency>
- <dependency>
- <groupId>org.fluentd</groupId>
- <artifactId>fluent-logger</artifactId>
- </dependency>
- <!-- actuator -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-actuator</artifactId>
- </dependency>
- <dependency>
- <groupId>com.poyee</groupId>
- <artifactId>poyee-base</artifactId>
- </dependency>
- <dependency>
- <groupId>com.poyee</groupId>
- <artifactId>poyee-system</artifactId>
- </dependency>
- <dependency>
- <groupId>io.micrometer</groupId>
- <artifactId>micrometer-registry-prometheus</artifactId>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <version>2.1.1.RELEASE</version>
- <configuration>
- <fork>true</fork> <!-- 如果没有该配置,devtools不会生效 -->
- <includeSystemScope>true</includeSystemScope>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <version>3.0.0</version>
- <configuration>
- <failOnMissingWebXml>false</failOnMissingWebXml>
- <warName>${project.artifactId}</warName>
- </configuration>
- </plugin>
- </plugins>
- <finalName>${project.artifactId}</finalName>
- </build>
- </project>
|