Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xyqb-user2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
head_group
xyqb-user2
Commits
b20fe017
Commit
b20fe017
authored
May 22, 2018
by
技术部-任文超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pom接入brave-zipkin
parent
9d9ce857
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
12 deletions
+34
-12
pom.xml
pom.xml
+34
-12
No files found.
pom.xml
View file @
b20fe017
...
@@ -12,11 +12,9 @@
...
@@ -12,11 +12,9 @@
<description>
xyqb web application
</description>
<description>
xyqb web application
</description>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
cn.quantgroup
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
commons-parent
</artifactId>
<version>
1.5.9.RELEASE
</version>
<version>
0.2.3
</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
</parent>
<properties>
<properties>
...
@@ -262,12 +260,36 @@
...
@@ -262,12 +260,36 @@
<artifactId>
apollo-client
</artifactId>
<artifactId>
apollo-client
</artifactId>
<version>
0.10.2
</version>
<version>
0.10.2
</version>
<scope>
compile
</scope>
<scope>
compile
</scope>
</dependency><dependency>
<groupId>
cn.quantgroup
</groupId>
<artifactId>
commons-spring
</artifactId>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
cn.quantgroup
</groupId>
<groupId>
cn.quantgroup
</groupId>
<artifactId>
commons
</artifactId>
<artifactId>
commons-core
</artifactId>
<version>
0.0.7
</version>
</dependency>
<scope>
compile
</scope>
<dependency>
<groupId>
cn.quantgroup
</groupId>
<artifactId>
shutdown-spring-boot-starter
</artifactId>
</dependency>
<dependency>
<groupId>
cn.quantgroup
</groupId>
<artifactId>
idgenerator-spring-boot-starter
</artifactId>
</dependency>
<dependency>
<groupId>
cn.quantgroup
</groupId>
<artifactId>
brave-spring-boot-starter
</artifactId>
</dependency>
<!--logback使用1.1.4版本-->
<dependency>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
<version>
1.1.4
</version>
</dependency>
<dependency>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-core
</artifactId>
<version>
1.1.4
</version>
</dependency>
</dependency>
<!-- motan -->
<!-- motan -->
...
...
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