123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- <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-execute</artifactId>
- <packaging>jar</packaging>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
- <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.dw</groupId>
- <artifactId>health-data-engine-common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <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>log-manager-client</artifactId>
- </dependency>
- <!-- datalabel exe -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xxh-datalabel-executor-client</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xxh-datalabel-executor-framework</artifactId>
- <version>1.0.0</version>
- </dependency>
- <!-- flow exe -->
- <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-execute-framework</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>
- <!-- metadata -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>metadata-common</artifactId>
- <version>${xx.metadata.version}</version>
- </dependency>
- <!-- label -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-serve-label-client</artifactId>
- </dependency>
- <!-- pushServe -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-serve-pushServe-client</artifactId>
- </dependency>
- <!-- pushTask -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-serve-pushTask-client</artifactId>
- </dependency>
- <!-- risk -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-serve-risk-client</artifactId>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-common-model</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud.dw</groupId>
- <artifactId>health-data-engine-client</artifactId>
- <version>1.0.0</version>
- </dependency>
- </dependencies>
- </project>
|