Commit e0f73f73 authored by 王飞's avatar 王飞

1、调整业务模块间的依赖名称。

parent 4e854fb1
......@@ -191,6 +191,13 @@
<version>${ruoyi.version}</version>
</dependency>
<!-- 业务模块 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>quality-review</artifactId>
<version>${ruoyi.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
......
......@@ -2,14 +2,13 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>vehicle-quality-review</artifactId>
<version>3.8.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.koala</groupId>
<artifactId>quality-review</artifactId>
<properties>
......
......@@ -61,6 +61,11 @@
<artifactId>ruoyi-generator</artifactId>
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>quality-review</artifactId>
</dependency>
</dependencies>
<build>
......
......@@ -60,9 +60,8 @@
</dependency>
<dependency>
<groupId>org.koala</groupId>
<groupId>com.ruoyi</groupId>
<artifactId>quality-review</artifactId>
<version>3.8.6</version>
</dependency>
<!-- skywalking log -->
......
......@@ -3,8 +3,8 @@
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>
<artifactId>vehicle-quality-review</artifactId>
<groupId>com.ruoyi</groupId>
<artifactId>vehicle-quality-review</artifactId>
<version>3.8.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment