123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <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">
- <parent>
- <artifactId>health-data-engine</artifactId>
- <groupId>com.xxh.cloud.dw</groupId>
- <version>1.0.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>health-data-engine-common</artifactId>
- <packaging>jar</packaging>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.xxh.cloud.dw</groupId>
- <artifactId>healthy-data-serve-framework</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-serve-label-client</artifactId>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-scale-client</artifactId>
- </dependency>
- <!-- flow -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xx-flow-execute-client-api</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xx-flow-executor-flow</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
- </dependency>
- </dependencies>
- </project>
|