hldy_java_monomer/nursing-unit-demo/pom.xml

23 lines
801 B
XML
Raw Normal View History

2025-03-10 17:05:07 +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>
2025-03-10 17:05:07 +08:00
<artifactId>nursing-unit-parent</artifactId>
<version>2.0.0</version>
</parent>
2025-03-24 14:57:53 +08:00
<description>框架demo模块</description>
2025-03-10 17:05:07 +08:00
<modelVersion>4.0.0</modelVersion>
<artifactId>nursing-unit-demo</artifactId>
<dependencies>
<dependency>
2025-03-11 15:32:19 +08:00
<groupId>com.nursingunit.boot</groupId>
2025-03-10 17:05:07 +08:00
<artifactId>nursing-unit-base-core</artifactId>
2025-03-11 15:32:19 +08:00
<version>2.0.0</version>
2025-03-10 17:05:07 +08:00
</dependency>
</dependencies>
</project>