rax-remote-v2/upms/upms-api/pom.xml
2024-02-21 11:47:40 +08:00

41 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.rax</groupId>
<artifactId>upms</artifactId>
<version>3.7.3</version>
</parent>
<artifactId>upms-api</artifactId>
<packaging>jar</packaging>
<description>通用用户权限管理系统公共api模块</description>
<dependencies>
<!--core 工具类-->
<dependency>
<groupId>com.rax</groupId>
<artifactId>common-core</artifactId>
</dependency>
<!--feign 注解依赖-->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-openfeign-core</artifactId>
<optional>true</optional>
</dependency>
<!--mybatis 依赖-->
<dependency>
<groupId>com.rax</groupId>
<artifactId>common-mybatis</artifactId>
</dependency>
<dependency>
<groupId>com.rax</groupId>
<artifactId>excel-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>