Skip to content
This repository was archived by the owner on Jun 5, 2018. It is now read-only.

Commit 2880573

Browse files
committed
添加打包,日志分级输出
1 parent 40ce3ae commit 2880573

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

1717
<dependencies>
1818
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 -->
19-
<dependency>
20-
<groupId>org.slf4j</groupId>
21-
<artifactId>slf4j-log4j12</artifactId>
22-
<version>1.7.12</version>
23-
<scope>test</scope>
24-
</dependency>
19+
<dependency>
20+
<groupId>org.slf4j</groupId>
21+
<artifactId>slf4j-api</artifactId>
22+
<version>1.7.25</version>
23+
</dependency>
24+
2525
<dependency>
2626
<groupId>ch.qos.logback</groupId>
2727
<artifactId>logback-classic</artifactId>
@@ -67,8 +67,8 @@
6767
<artifactId>maven-compiler-plugin</artifactId>
6868
<version>3.2</version>
6969
<configuration>
70-
<source>1.6</source>
71-
<target>1.6</target>
70+
<source>1.8</source>
71+
<target>1.8</target>
7272
<encoding>UTF8</encoding>
7373
</configuration>
7474
</plugin>

0 commit comments

Comments
 (0)