43 lines
1.2 KiB
XML
43 lines
1.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-config</artifactId>
|
||
|
<version>2.0.0</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<artifactId>nu-config-biz</artifactId>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>com.nursingunit.boot</groupId>
|
||
|
<artifactId>nu-config-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>
|
||
|
|
||
|
<!-- 添加汉字转拼音依赖-->
|
||
|
<dependency>
|
||
|
<groupId>com.belerweb</groupId>
|
||
|
<artifactId>pinyin4j</artifactId>
|
||
|
<version>2.5.0</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
</project>
|