123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- <?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>xx-rule-java</artifactId>
- <version>1.0.0</version>
- </parent>
- <artifactId>xxh-rule-test</artifactId>
- <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>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
- </dependency>
- <!-- 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>
- <!--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>
- <!-- 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>
- <!-- 机构用户管理 -->
- <!-- 客户用户管理 -->
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>user-framework</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>metadata-framework</artifactId>
- <version>1.0.0.wb</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>basic-framework</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.xxh.cloud</groupId>
- <artifactId>healthy-basic-label-framework</artifactId>
- <version>1.0.0</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>
- </dependencies>
- </project>
|