Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
budgetmiddleoffice
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JAVA
budgetmiddleoffice
Merge requests
!14
Feature/zhouquan/budget
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/zhouquan/budget
feature/zhouquan/budget
into
develop
Overview
0
Commits
26
Pipelines
1
Changes
116
Merged
周全
requested to merge
feature/zhouquan/budget
into
develop
2 years ago
Overview
0
Commits
26
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
b6682eea
Prev
Next
Show latest version
2 files
+
37
−
17
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
b6682eea
修改pom
· b6682eea
wxy0715
authored
2 years ago
ServiceSite/facade/pom.xml
+
10
−
0
Options
@@ -50,6 +50,16 @@
<groupId>
com.seasky
</groupId>
<artifactId>
base-data-micro-api
</artifactId>
<version>
1.1.0
</version>
<exclusions>
<exclusion>
<artifactId>
log4j-api
</artifactId>
<groupId>
org.apache.logging.log4j
</groupId>
</exclusion>
<exclusion>
<artifactId>
log4j-to-slf4j
</artifactId>
<groupId>
org.apache.logging.log4j
</groupId>
</exclusion>
</exclusions>
</dependency>
<!--feign-->
<dependency>