123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352 |
- <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>
- <artifactId>xx-rule-java</artifactId>
- <groupId>com.xxh.cloud</groupId>
- <version>1.0.0</version>
- </parent>
- <artifactId>rule-run</artifactId>
- <packaging>jar</packaging>
- <properties>
- <maven.compiler.source>8</maven.compiler.source>
- <maven.compiler.target>8</maven.compiler.target>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <user.version>1.0.0</user.version>
- <healthy.version>1.0.0</healthy.version>
- </properties>
- <dependencies>
- <!-- xx -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <version>2.7.5</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xx-config-web</artifactId>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xx-config-mybatisplus</artifactId>
- </dependency>
- <!-- 平台用户管理 -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>user-application-sys-api</artifactId>
- <version>${user.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>user-manager-sys-api</artifactId>
- <version>${user.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>user-application-com-api</artifactId>
- <version>${user.version}</version>
- </dependency>
- <!-- 机构用户管理 -->
- <!-- 客户用户管理 -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>customer-user-application-api</artifactId>
- <version>${user.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>customer-user-manager-sys-api</artifactId>
- <version>${user.version}</version>
- </dependency>
- <!-- basic -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>basic-application-api</artifactId>
- <version>${user.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>basic-manager-sys-api</artifactId>
- <version>${user.version}</version>
- </dependency>
- <!-- log -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>log-manager-api</artifactId>
- <version>${user.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>log-framework</artifactId>
- <version>${user.version}</version>
- </dependency>
- <!-- store file -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>store-file-framework</artifactId>
- <version>${user.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>store-file-manager-api</artifactId>
- <version>${user.version}</version>
- </dependency>
- <!-- metadata -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>metadata-manager-web</artifactId>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xxh-union-data-manager-web</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!--rule-->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xx-rule-config-manager-sys-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xx-flow-execute-manager-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>com.xxh.cloud</groupId>-->
- <!-- <artifactId>xxh-meta-rule-common</artifactId>-->
- <!-- <version>${project.version}</version>-->
- <!-- </dependency>-->
- <!-- healthy-basic -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-basic-web-manager-api</artifactId>
- <version>${healthy.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-basic-common-constant</artifactId>
- <version>${healthy.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-scale-manager-sys-api</artifactId>
- <version>${healthy.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-data-application-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-data-manager-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-service-manager-com-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-mdt-application-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!-- data label config -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xxh-datalabel-config-manager-web</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>xxh-datalabel-executor-manager-web</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!--behavior -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>health-behavior-application-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-basic-web-application-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-scale-application-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-service-application-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!-- crm 是否删除-->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-doctor-crm-framework</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-doctor-crm-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-doctor-crm-client</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>dynamic-datasource-spring-boot-starter</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-manager-web</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud.dw</groupId>
- <artifactId>health-data-application-api</artifactId>
- <version>1.0.0</version>
- </dependency>
- <!-- rule -->
- <dependency>
- <groupId>com.xxh.cloud.dw</groupId>
- <artifactId>health-data-engine-execute</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-doctor-data</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud.dw</groupId>
- <artifactId>health-data-run-manager-api</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-crm-web</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud.data.statistics</groupId>
- <artifactId>xxh-data-statistics-mgr-web</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud.inspur</groupId>
- <artifactId>xxh-inspur-admin-web</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud.inspur</groupId>
- <artifactId>xxh-inspur-customer-web</artifactId>
- <version>1.0.0</version>
- </dependency>
- </dependencies>
- <build>
- <finalName>xx-health</finalName>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <version>2.7.5</version>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </project>
|