|
@ -5,7 +5,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<parent>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>ehr-ms-parent</artifactId>
|
|
|
<artifactId>ehr-cloud-parent</artifactId>
|
|
|
<version>1.13.0</version>
|
|
|
</parent>
|
|
|
|
|
@ -121,6 +121,10 @@
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>commons-cat</artifactId>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</project>
|