2020-10-05 23:54:51 +08:00
|
|
|
<?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>
|
2020-10-09 20:09:30 +08:00
|
|
|
<artifactId>mall-oms</artifactId>
|
2020-10-05 23:54:51 +08:00
|
|
|
<groupId>com.youlai</groupId>
|
2024-02-29 11:51:46 +08:00
|
|
|
<version>3.1.0</version>
|
2020-10-05 23:54:51 +08:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2020-10-31 23:47:11 +08:00
|
|
|
<artifactId>oms-api</artifactId>
|
2020-10-05 23:54:51 +08:00
|
|
|
|
|
|
|
<dependencies>
|
2021-04-01 18:08:29 +08:00
|
|
|
|
2020-10-05 23:54:51 +08:00
|
|
|
<dependency>
|
2021-03-13 20:48:18 +08:00
|
|
|
<groupId>com.youlai</groupId>
|
2024-02-09 23:31:30 +08:00
|
|
|
<artifactId>common-core</artifactId>
|
2020-10-05 23:54:51 +08:00
|
|
|
</dependency>
|
2021-03-12 01:18:30 +08:00
|
|
|
|
2020-11-27 15:10:17 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.youlai</groupId>
|
|
|
|
<artifactId>ums-api</artifactId>
|
|
|
|
</dependency>
|
2021-01-21 18:54:49 +08:00
|
|
|
|
2021-03-13 20:48:18 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.baomidou</groupId>
|
2024-01-30 13:45:30 +08:00
|
|
|
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
2021-03-13 20:48:18 +08:00
|
|
|
</dependency>
|
|
|
|
|
2021-03-12 01:18:30 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
2021-03-13 20:48:18 +08:00
|
|
|
</dependency>
|
2021-04-01 18:08:29 +08:00
|
|
|
|
2021-03-13 20:48:18 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
2021-04-01 18:08:29 +08:00
|
|
|
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
|
2021-03-12 01:18:30 +08:00
|
|
|
</dependency>
|
2021-04-01 18:08:29 +08:00
|
|
|
|
2020-10-05 23:54:51 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|