2024-01-15 18:09:33 +00: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>
|
2024-01-16 14:23:43 +00:00
|
|
|
<artifactId>ruoyi-oauth</artifactId>
|
2024-01-15 18:09:33 +00:00
|
|
|
<groupId>com.ruoyi</groupId>
|
2024-05-21 08:54:23 +00:00
|
|
|
<version>3.8.7.3.4</version>
|
2024-01-15 18:09:33 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2024-01-16 14:23:43 +00:00
|
|
|
<artifactId>ruoyi-oauth-common</artifactId>
|
2024-01-15 18:09:33 +00:00
|
|
|
|
|
|
|
<description>
|
|
|
|
system系统模块
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
2024-01-17 18:44:33 +00:00
|
|
|
<!-- 核心模块-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-framework</artifactId>
|
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2024-01-15 18:09:33 +00:00
|
|
|
<!--httpclient-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|