Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
828380f1
Commit
828380f1
authored
Jul 21, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改升级政务服务版本
parent
9f2f2e21
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
16 deletions
+11
-16
base-manager/pom.xml
base-manager/pom.xml
+0
-5
pom.xml
pom.xml
+6
-6
portal-manager/pom.xml
portal-manager/pom.xml
+1
-4
smart-gateway/pom.xml
smart-gateway/pom.xml
+4
-1
No files found.
base-manager/pom.xml
View file @
828380f1
...
@@ -130,11 +130,6 @@
...
@@ -130,11 +130,6 @@
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-loadbalancer
</artifactId>
</dependency>
</dependencies>
</dependencies>
...
...
pom.xml
View file @
828380f1
...
@@ -58,12 +58,12 @@
...
@@ -58,12 +58,12 @@
<dependency>
<dependency>
<groupId>
com.alibaba.cloud
</groupId>
<groupId>
com.alibaba.cloud
</groupId>
<artifactId>
spring-cloud-starter-alibaba-nacos-discovery
</artifactId>
<artifactId>
spring-cloud-starter-alibaba-nacos-discovery
</artifactId>
<exclusions
>
</dependency
>
<exclusion>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-netflix-ribbon
</artifactId
>
<dependency
>
</exclusion
>
<groupId>
org.springframework.cloud
</groupId
>
<
/exclusions
>
<
artifactId>
spring-cloud-loadbalancer
</artifactId
>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
portal-manager/pom.xml
View file @
828380f1
...
@@ -134,10 +134,7 @@
...
@@ -134,10 +134,7 @@
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-loadbalancer
</artifactId>
</dependency>
</dependencies>
</dependencies>
...
...
smart-gateway/pom.xml
View file @
828380f1
...
@@ -84,7 +84,10 @@
...
@@ -84,7 +84,10 @@
<artifactId>
sa-token-reactor-spring-boot-starter
</artifactId>
<artifactId>
sa-token-reactor-spring-boot-starter
</artifactId>
<version>
1.30.0
</version>
<version>
1.30.0
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-loadbalancer
</artifactId>
</dependency>
<!-- <dependency>
<!-- <dependency>
<groupId>org.springframework.boot</groupId>
<groupId>org.springframework.boot</groupId>
...
...
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