添加版本
parent
eccc67e22a
commit
20b65ffe11
35
pom.xml
35
pom.xml
|
@ -234,6 +234,41 @@
|
|||
<version>${grail.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.grail</groupId>
|
||||
<artifactId>grail-patient-wallet-common</artifactId>
|
||||
<version>${grail.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.grail</groupId>
|
||||
<artifactId>grail-patient-wallet-remote</artifactId>
|
||||
<version>${grail.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.grail</groupId>
|
||||
<artifactId>grail-doctor-consultation-remote</artifactId>
|
||||
<version>${grail.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.grail</groupId>
|
||||
<artifactId>grail-doctor-consultation-common</artifactId>
|
||||
<version>${grail.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.grail</groupId>
|
||||
<artifactId> grail-patient-interrogation-common</artifactId>
|
||||
<version>${grail.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.grail</groupId>
|
||||
<artifactId>grail-patient-interrogation-remote</artifactId>
|
||||
<version>${grail.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- ES官网 驱动包 -->
|
||||
<dependency>
|
||||
<groupId>org.elasticsearch.client</groupId>
|
||||
|
|
Loading…
Reference in New Issue