Commit e0f73f73 authored by 王飞's avatar 王飞

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

parent 4e854fb1
...@@ -191,6 +191,13 @@ ...@@ -191,6 +191,13 @@
<version>${ruoyi.version}</version> <version>${ruoyi.version}</version>
</dependency> </dependency>
<!-- 业务模块 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>quality-review</artifactId>
<version>${ruoyi.version}</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
......
...@@ -2,14 +2,13 @@ ...@@ -2,14 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <parent>
<groupId>com.ruoyi</groupId> <groupId>com.ruoyi</groupId>
<artifactId>vehicle-quality-review</artifactId> <artifactId>vehicle-quality-review</artifactId>
<version>3.8.6</version> <version>3.8.6</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.koala</groupId>
<artifactId>quality-review</artifactId> <artifactId>quality-review</artifactId>
<properties> <properties>
......
...@@ -61,6 +61,11 @@ ...@@ -61,6 +61,11 @@
<artifactId>ruoyi-generator</artifactId> <artifactId>ruoyi-generator</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>quality-review</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
...@@ -60,9 +60,8 @@ ...@@ -60,9 +60,8 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.koala</groupId> <groupId>com.ruoyi</groupId>
<artifactId>quality-review</artifactId> <artifactId>quality-review</artifactId>
<version>3.8.6</version>
</dependency> </dependency>
<!-- skywalking log --> <!-- skywalking log -->
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>vehicle-quality-review</artifactId>
<groupId>com.ruoyi</groupId> <groupId>com.ruoyi</groupId>
<artifactId>vehicle-quality-review</artifactId>
<version>3.8.6</version> <version>3.8.6</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <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