Client: java
slf4j-log4j should not be included with the pom since it is not required for the client. Any logger supported by slf4j can be used.
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1096758 13f79535-47bb-0310-9956-
ffa450edef68
<!-- Thrift dependencies list -->
<dependency groupId="org.slf4j" artifactId="slf4j-api" version="1.5.8"/>
- <dependency groupId="org.slf4j" artifactId="slf4j-log4j12" version="1.5.8"/>
<dependency groupId="commons-lang" artifactId="commons-lang" version="2.5"/>
<dependency groupId="junit" artifactId="junit" version="4.4"/>
<dependency groupId="javax.servlet" artifactId="servlet-api" version="2.5"/>