Files
shoulder-platform/shoulder-user-center/uaa-provider/pom.xml
2020-11-02 01:59:13 +08:00

30 lines
1.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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">
<parent>
<groupId>cn.itlym.platform</groupId>
<artifactId>shoulder-user-center</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>uaa-provider</artifactId>
<description>为外部提供服务,若子业务过多,可拆分为多个 provider该模块也可合并至具体 module 中</description>
<dependencies>
<!-- 接口 -->
<dependency>
<groupId>cn.itlym.platform</groupId>
<artifactId>uaa-api</artifactId>
</dependency>
<!-- 将业务模块引入 -->
<dependency>
<groupId>cn.itlym.platform</groupId>
<artifactId>uaa-xxx</artifactId>
</dependency>
</dependencies>
</project>