12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <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.xxh.cloud</groupId>
- <artifactId>healthy-scale</artifactId>
- <version>1.0.0</version>
- </parent>
- <artifactId>healthy-scale-framework</artifactId>
- <dependencies>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xx-config-framework</artifactId>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xx-config-mybatisplus</artifactId>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-third-client-api</artifactId>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-basic-client-api</artifactId>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-scale-client</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>metadata-client-api</artifactId>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-doctor-data-client</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xx-config-activemq</artifactId>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-common-model</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </project>
|