Skip to content

Commit

Permalink
* 移除对log4j的maven依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangming committed Jan 20, 2017
1 parent d45692f commit e0f176f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions bytetcc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,11 @@
<version>0.3.0-RC4</version>
</dependency>

<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.6</version>
</dependency>

</dependencies>
</project>

0 comments on commit e0f176f

Please sign in to comment.