37 lines
1.1 KiB
XML
37 lines
1.1 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.sunyard.apms</groupId>
|
|
<artifactId>apms-common</artifactId>
|
|
<version>1.1.6</version>
|
|
</parent>
|
|
|
|
<artifactId>apms-common-api</artifactId>
|
|
<packaging>jar</packaging>
|
|
|
|
<description>apms 通用用户权限管理系统公共api-starter</description>
|
|
|
|
|
|
<dependencies>
|
|
<!--core 工具类-->
|
|
<dependency>
|
|
<groupId>com.sunyard.apms</groupId>
|
|
<artifactId>apms-common-core</artifactId>
|
|
</dependency>
|
|
<!--feign 依赖-->
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
</dependency>
|
|
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.springframework.cloud</groupId>-->
|
|
<!-- <artifactId>spring-cloud-stream-binder-rabbit</artifactId>-->
|
|
<!-- <optional>true</optional>-->
|
|
<!-- </dependency>-->
|
|
|
|
</dependencies>
|
|
</project>
|