<?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-web</artifactId> <version>2.0.0-jdk8-snapshot</version> <name>${project.artifactId}</name> <description>Web 框架,全局异常、API 日志等</description> <url>https://github.com/YunaiV/ruoyi-vue-pro</url> <dependencies> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-common</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-openapi3-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-ui</artifactId> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.chanko.yunxi</groupId> <artifactId>mes-module-infra-api</artifactId> <version>${revision}</version> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> </dependency> </dependencies> </project>