Commit 8ab76644 by QIANGLU

update version

parent c00b2add
...@@ -12,34 +12,25 @@ ...@@ -12,34 +12,25 @@
<artifactId>secoo-log-starter</artifactId> <artifactId>secoo-log-starter</artifactId>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<properties>
<spring.boot.version>2.0.5.RELEASE</spring.boot.version>
</properties>
<dependencies> <dependencies>
<dependency> <!-- &lt;!&ndash; 桥接slf4j &ndash;&gt;-->
<groupId>org.slf4j</groupId> <!-- <dependency>-->
<artifactId>slf4j-api</artifactId> <!-- <groupId>org.slf4j</groupId>-->
</dependency> <!-- <artifactId>jcl-over-slf4j</artifactId>-->
<dependency> <!-- </dependency>-->
<groupId>ch.qos.logback</groupId> <!-- <dependency>-->
<artifactId>logback-classic</artifactId> <!-- <groupId>org.slf4j</groupId>-->
</dependency> <!-- <artifactId>log4j-over-slf4j</artifactId>-->
<!-- 桥接slf4j --> <!-- </dependency>-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</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-logging</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment