<?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>org.dromara</groupId>
|
<artifactId>ecosphere</artifactId>
|
<version>${revision}</version>
|
</parent>
|
<modelVersion>4.0.0</modelVersion>
|
<artifactId>ecosphere-common</artifactId>
|
|
<description>
|
ecosphere-common 依赖项
|
</description>
|
<dependencies>
|
<dependency>
|
<groupId>io.springfox</groupId>
|
<artifactId>springfox-swagger2</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>commons-beanutils</groupId>
|
<artifactId>commons-beanutils</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>cglib</groupId>
|
<artifactId>cglib</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>com.belerweb</groupId>
|
<artifactId>pinyin4j</artifactId>
|
</dependency>
|
|
<!--MD5撒盐-->
|
<dependency>
|
<groupId>commons-codec</groupId>
|
<artifactId>commons-codec</artifactId>
|
<version>1.2</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.apache.commons</groupId>
|
<artifactId>commons-lang3</artifactId>
|
<scope>test</scope>
|
</dependency>
|
<!--极光推送-->
|
<dependency>
|
<groupId>cn.jpush.api</groupId>
|
<artifactId>jpush-client</artifactId>
|
<version>3.3.10</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.owasp.antisamy</groupId>
|
<artifactId>antisamy</artifactId>
|
<version>1.5.8</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.owasp.encoder</groupId>
|
<artifactId>encoder</artifactId>
|
<version>1.2.2</version>
|
</dependency>
|
|
|
<!--小程序 session_key加解密用到的jar-->
|
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15 -->
|
<dependency>
|
<groupId>org.bouncycastle</groupId>
|
<artifactId>bcprov-jdk15</artifactId>
|
<version>1.45</version>
|
</dependency>
|
|
<!--微信小程序模版推送-->
|
<dependency>
|
<groupId>com.github.binarywang</groupId>
|
<artifactId>weixin-java-miniapp</artifactId>
|
<version>3.4.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>commons-httpclient</groupId>
|
<artifactId>commons-httpclient</artifactId>
|
<version>3.1</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.apache.commons</groupId>
|
<artifactId>commons-text</artifactId>
|
<version>1.1</version>
|
</dependency>
|
|
<!--四川短信-->
|
<dependency>
|
<groupId>com.wisentsoft</groupId>
|
<artifactId>gsmpclient</artifactId>
|
<version>1.3.5</version>
|
<scope>system</scope>
|
<systemPath>${basedir}/../libs/gsmpclient-1.0.4.jar</systemPath>
|
</dependency>
|
|
<!--通联(云商通)-->
|
<dependency>
|
<groupId>com.allinpay</groupId>
|
<artifactId>yunst-sdk</artifactId>
|
<version>0.0.1-SNAPSHOT</version>
|
<scope>system</scope>
|
<systemPath>${basedir}/../libs/yunst-sdk-0.0.1-SNAPSHOT.jar</systemPath>
|
</dependency>
|
|
<!--过滤dto-->
|
<dependency>
|
<groupId>org.mapstruct</groupId>
|
<artifactId>mapstruct-jdk8</artifactId>
|
<version>1.2.0.Final</version>
|
</dependency>
|
<dependency>
|
<groupId>org.mapstruct</groupId>
|
<artifactId>mapstruct-processor</artifactId>
|
<version>1.2.0.Final</version>
|
</dependency>
|
|
|
<!--个推推送-->
|
<dependency>
|
<groupId>com.gexin.platform</groupId>
|
<artifactId>gexin-rp-sdk-http</artifactId>
|
<version>4.1.0.5</version>
|
<scope>system</scope>
|
<systemPath>${basedir}/../libs/gexin-rp-sdk-http-4.1.0.5.jar</systemPath>
|
</dependency>
|
<dependency>
|
<groupId>com.gexin.platform</groupId>
|
<artifactId>gexin-rp-sdk-template</artifactId>
|
<version>4.0.0.24</version>
|
<scope>system</scope>
|
<systemPath>${basedir}/../libs/gexin-rp-sdk-template-4.0.0.24.jar</systemPath>
|
</dependency>
|
<dependency>
|
<groupId>com.gexin.platform</groupId>
|
<artifactId>gexin-rp-sdk-base</artifactId>
|
<version>4.0.0.30</version>
|
<scope>system</scope>
|
<systemPath>${basedir}/../libs/gexin-rp-sdk-base-4.0.0.30.jar</systemPath>
|
</dependency>
|
<dependency>
|
<groupId>com.gexin.platform</groupId>
|
<artifactId>gexin-rp-fastjson</artifactId>
|
<version>1.0.0.3</version>
|
<scope>system</scope>
|
<systemPath>${basedir}/../libs/gexin-rp-fastjson-1.0.0.3.jar</systemPath>
|
</dependency>
|
|
<!--百度ocr-->
|
<dependency>
|
<groupId>com.baidu.aip</groupId>
|
<artifactId>java-sdk</artifactId>
|
<version>4.11.0</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.slf4j</groupId>
|
<artifactId>slf4j-api</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.slf4j</groupId>
|
<artifactId>slf4j-simple</artifactId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
|
<dependency>
|
<groupId>cpcn.institution</groupId>
|
<artifactId>API</artifactId>
|
<version>2.5.0.0-SNAPSHOT</version>
|
<scope>system</scope>
|
<systemPath>${basedir}/../libs/cpcn-payment-api-2.6.0.9.jar</systemPath>
|
</dependency>
|
<dependency>
|
<groupId>cpcn.institution</groupId>
|
<artifactId>InstitutionTools</artifactId>
|
<version>v1.0.1.4-RELEASE</version>
|
<scope>system</scope>
|
<systemPath>${basedir}/../libs/InstitutionTools-v1.0.1.4-RELEASE.jar</systemPath>
|
</dependency>
|
|
|
<dependency>
|
<groupId>com.csii</groupId>
|
<artifactId>sg</artifactId>
|
<scope>system</scope>
|
<version>1.0.3</version>
|
<systemPath>${basedir}/../libs/jinYanEPay-1.0.3.jar</systemPath>
|
</dependency>
|
|
<!--提供 EOS S3 相关功能,必须-->
|
<dependency>
|
<groupId>com.chinamobile.cmss.eos</groupId>
|
<artifactId>eos-java-s3-sdk</artifactId>
|
<version>1.11.820</version>
|
<scope>system</scope>
|
<systemPath>${project.basedir}/../libs/eos-java-s3-sdk-1.11.820.jar</systemPath>
|
</dependency>
|
<!--提供 EOS 临时认证功能,可选-->
|
<dependency>
|
<groupId>com.chinamobile.cmss.eos</groupId>
|
<artifactId>eos-java-s3-sdk-sts</artifactId>
|
<version>1.11.820</version>
|
<scope>system</scope>
|
<systemPath>${project.basedir}/../libs/eos-java-s3-sdk-sts-1.11.820.jar</systemPath>
|
</dependency>
|
<dependency>
|
<groupId>joda-time</groupId>
|
<artifactId>joda-time</artifactId>
|
<version>2.8.1</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.google.guava</groupId>
|
<artifactId>guava</artifactId>
|
<version>30.1-jre</version>
|
</dependency>
|
</dependencies>
|
</project>
|