Thrift-1155: Remove log4j dependency from java client.
authorJake Farrell <jfarrell@apache.org>
Tue, 26 Apr 2011 14:18:07 +0000 (14:18 +0000)
committerJake Farrell <jfarrell@apache.org>
Tue, 26 Apr 2011 14:18:07 +0000 (14:18 +0000)
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

lib/java/build.xml

index cddf014..87fcd71 100644 (file)
 
       <!-- 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"/>