lis8.0/mzcx/pom.xml

31 lines
885 B
XML
Raw Permalink Normal View History

2025-05-07 15:04:08 +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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.czlis</groupId>
<artifactId>czlis</artifactId>
<version>8.0.0</version>
</parent>
<artifactId>mzcx</artifactId>
<description>
门诊采血系统
</description>
<dependencies>
<dependency>
<groupId>com.czlis</groupId>
2025-06-24 18:01:25 +08:00
<artifactId>lis-interfaceCommon</artifactId>
2025-05-07 15:04:08 +08:00
</dependency>
2025-08-08 15:05:24 +08:00
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
2025-05-07 15:04:08 +08:00
</dependencies>
</project>