Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
add depencey
Browse files Browse the repository at this point in the history
add depencey
  • Loading branch information
徐长龙 committed Jun 30, 2017
1 parent df2b9bb commit c0d2095
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,18 @@
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit c0d2095

Please sign in to comment.