123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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-application-doctor</artifactId>
- <version>1.0.0</version>
- </parent>
- <artifactId>healthy-doctor-run</artifactId>
- <properties>
- <maven.compiler.source>8</maven.compiler.source>
- <maven.compiler.target>8</maven.compiler.target>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-mdt-application-api</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-data-manager-api</artifactId>
- <version>${project.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-basic-web-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-service-application-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-basic-web-manager-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>health-behavior-application-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>user-framework</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>basic-framework</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>metadata-framework</artifactId>
- <version>${xx.metadata.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-doctor-data</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>user-manager-com-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>user-manager-sys-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>user-application-com-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>basic-application-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>basic-manager-sys-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>store-file-manager-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>log-manager-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>customer-user-manager-sys-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>customer-user-application-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud.dw</groupId>
- <artifactId>health-data-manager-web</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud.dw</groupId>
- <artifactId>health-data-application-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!-- 统计模块 -->
- <dependency>
- <groupId>com.xxh.cloud.data.statistics</groupId>
- <artifactId>xxh-data-statistics-mgr-web</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!-- -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>user-application-sys-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-scale-manager-sys-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-drug-web-manager-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-crm-web</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>metadata-manager-web</artifactId>
- <version>1.0.0.wb</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>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>metadata-manager-web</artifactId>
- <version>1.0.0.wb</version>
- </dependency>
- <dependency>
- <groupId>com.xuxueli</groupId>
- <artifactId>xxl-job-core</artifactId>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
- <version>3.5.1</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <finalName>xx-health-doctor</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>
|