udp base-system-common pom

master
冯凯 2023-10-17 14:32:26 +08:00
parent bc94bbd471
commit eb14215731
2 changed files with 5 additions and 4 deletions

View File

@ -22,10 +22,7 @@
<artifactId>health-common-core</artifactId>
</dependency>
<dependency>
<groupId>com.health</groupId>
<artifactId>base-file-remote</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -32,6 +32,10 @@
</properties>
<dependencies>
<dependency>
<groupId>com.health</groupId>
<artifactId>base-file-remote</artifactId>
</dependency>
<dependency>
<groupId>com.health</groupId>
<artifactId>base-system-common</artifactId>