<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-framework</artifactId> <version>2.0.0-jdk8-snapshot</version> </parent> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-biz-tenant</artifactId> <version>2.0.0-jdk8-snapshot</version> <name>${project.artifactId}</name> <description>多租户</description> <url>https://github.com/YunaiV/ruoyi-vue-pro</url> <dependencies> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-common</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-security</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-mybatis</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-redis</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-job</artifactId> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-spring-boot-starter-mq</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.kafka</groupId> <artifactId>spring-kafka</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.amqp</groupId> <artifactId>spring-rabbit</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-spring-boot-starter</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> </dependencies> </project>