2025-03-28 11:23:27 +08:00
|
|
|
<?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>
|
|
|
|
<groupId>com.nursingunit.boot</groupId>
|
|
|
|
<artifactId>nursing-unit-parent</artifactId>
|
|
|
|
<version>2.0.0</version>
|
|
|
|
</parent>
|
|
|
|
<description>接口模块</description>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>nursing-unit-api</artifactId>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.nursingunit.boot</groupId>
|
|
|
|
<artifactId>nursing-unit-base-core</artifactId>
|
|
|
|
<version>2.0.0</version>
|
|
|
|
</dependency>
|
2025-05-13 15:50:29 +08:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.tplink.ignite.libs</groupId>
|
|
|
|
<artifactId>tums-auth</artifactId>
|
|
|
|
<version>2.0.0</version>
|
|
|
|
</dependency>
|
2025-05-27 14:08:13 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.nursingunit.boot</groupId>
|
|
|
|
<artifactId>nursing-unit-common</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.nursingunit.boot</groupId>
|
|
|
|
<artifactId>nu-system-local-api</artifactId>
|
|
|
|
<version>2.0.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2025-07-15 08:42:11 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.nursingunit.boot</groupId>
|
|
|
|
<artifactId>nu-admin-local-api</artifactId>
|
|
|
|
<version>2.0.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2025-03-28 11:23:27 +08:00
|
|
|
</dependencies>
|
|
|
|
</project>
|