77 lines
2.2 KiB
XML
77 lines
2.2 KiB
XML
<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>
|
|
<groupId>com.nursingunit.boot</groupId>
|
|
<artifactId>nursing-unit-admin</artifactId>
|
|
<version>2.0.0</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>nu-admin-biz</artifactId>
|
|
|
|
<dependencies>
|
|
<!-- 微信支付 SDK -->
|
|
<dependency>
|
|
<groupId>com.github.wechatpay-apiv3</groupId>
|
|
<artifactId>wechatpay-apache-httpclient</artifactId>
|
|
<version>0.4.9</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.github.wechatpay-apiv3</groupId>
|
|
<artifactId>wechatpay-java</artifactId>
|
|
<version>0.2.17</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.github.wxpay</groupId>
|
|
<artifactId>wxpay-sdk</artifactId>
|
|
<version>0.0.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.nursingunit.boot</groupId>
|
|
<artifactId>nu-admin-local-api</artifactId>
|
|
<version>${nursingunit.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-core</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
<artifactId>hibernate-re</artifactId>
|
|
</dependency>
|
|
|
|
<!-- 企业微信/钉钉 api -->
|
|
<dependency>
|
|
<groupId>org.jeecgframework</groupId>
|
|
<artifactId>weixin4j</artifactId>
|
|
</dependency>
|
|
<!-- COMMON 通用工具模块 -->
|
|
<dependency>
|
|
<groupId>com.nursingunit.boot</groupId>
|
|
<artifactId>nursing-unit-common</artifactId>
|
|
<version>${nursingunit.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.nursingunit.boot</groupId>
|
|
<artifactId>nu-system-local-api</artifactId>
|
|
<version>2.0.0</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<!-- 系统订单模块 -->
|
|
<dependency>
|
|
<groupId>com.nursingunit.boot</groupId>
|
|
<artifactId>nu-payment-local-api</artifactId>
|
|
<version>${nursingunit.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.nursingunit.boot</groupId>
|
|
<artifactId>nu-iot-local-api</artifactId>
|
|
<version>2.0.0</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|