Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vehicle-quality-review
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王飞
vehicle-quality-review
Commits
e0f73f73
Commit
e0f73f73
authored
Dec 11, 2023
by
王飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、调整业务模块间的依赖名称。
parent
4e854fb1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
5 deletions
+15
-5
pom.xml
pom.xml
+7
-0
pom.xml
quality-review/pom.xml
+1
-2
pom.xml
ruoyi-admin/pom.xml
+5
-0
pom.xml
ruoyi-framework/pom.xml
+1
-2
pom.xml
ruoyi-system/pom.xml
+1
-1
No files found.
pom.xml
View file @
e0f73f73
...
...
@@ -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>
...
...
quality-review/pom.xml
View file @
e0f73f73
...
...
@@ -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>
...
...
ruoyi-admin/pom.xml
View file @
e0f73f73
...
...
@@ -61,6 +61,11 @@
<artifactId>
ruoyi-generator
</artifactId>
</dependency>
<dependency>
<groupId>
com.ruoyi
</groupId>
<artifactId>
quality-review
</artifactId>
</dependency>
</dependencies>
<build>
...
...
ruoyi-framework/pom.xml
View file @
e0f73f73
...
...
@@ -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 -->
...
...
ruoyi-system/pom.xml
View file @
e0f73f73
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment