Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
secoo-log
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mall
arch
secoo-log
Commits
d118a80b
Commit
d118a80b
authored
Jul 10, 2019
by
QIANGLU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert
parent
1a0311c4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
13 deletions
+20
-13
pom.xml
pom.xml
+1
-8
pom.xml
secoo-log-starter/pom.xml
+18
-4
pom.xml
secoo-log/pom.xml
+1
-1
No files found.
pom.xml
View file @
d118a80b
...
@@ -4,17 +4,10 @@
...
@@ -4,17 +4,10 @@
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>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.3.RELEASE
</version>
</parent>
<groupId>
com.secoo.mall
</groupId>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
secoo-log-parent
</artifactId>
<artifactId>
secoo-log-parent
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
1.0.3.RELEASE
</version>
<version>
1.0.2.RELEASE
</version>
<modules>
<modules>
<module>
secoo-log-starter
</module>
<module>
secoo-log-starter
</module>
<module>
secoo-log
</module>
<module>
secoo-log
</module>
...
...
secoo-log-starter/pom.xml
View file @
d118a80b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
secoo-log-parent
</artifactId>
<artifactId>
secoo-log-parent
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
3
.RELEASE
</version>
<version>
1.0.
2
.RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
@@ -18,21 +18,34 @@
...
@@ -18,21 +18,34 @@
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
spring-boot-starter-logging
</artifactId>
<artifactId>
slf4j-api
</artifactId>
</dependency>
<dependency>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
</dependency>
</dependency>
<!-- 桥接slf4j -->
<!-- 桥接slf4j -->
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
jcl-over-slf4j
</artifactId>
<artifactId>
jcl-over-slf4j
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
log4j-over-slf4j
</artifactId>
</dependency>
<!-- 打印skywalking tid插件-->
<!-- 打印skywalking tid插件-->
<dependency>
<dependency>
<groupId>
org.apache.skywalking
</groupId>
<groupId>
org.apache.skywalking
</groupId>
<artifactId>
apm-toolkit-logback-1.x
</artifactId>
<artifactId>
apm-toolkit-logback-1.x
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<version>
${spring.boot.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
secoo-log/pom.xml
View file @
d118a80b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
secoo-log-parent
</artifactId>
<artifactId>
secoo-log-parent
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
3
.RELEASE
</version>
<version>
1.0.
2
.RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<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