Author: [email protected]
Date: Fri Jun 22 19:51:45 2012
New Revision: 2533

Log:
[AMDATUAUTH-169] Removed log4j since it was not used at all

Modified:
   branches/amdatu-auth-0.2.3/oauth-api/pom.xml

Modified: branches/amdatu-auth-0.2.3/oauth-api/pom.xml
==============================================================================
--- branches/amdatu-auth-0.2.3/oauth-api/pom.xml        (original)
+++ branches/amdatu-auth-0.2.3/oauth-api/pom.xml        Fri Jun 22 19:51:45 2012
@@ -70,12 +70,6 @@
       <version>4.0.1</version>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.16</version>
-      <scope>compile</scope>
-    </dependency>
   </dependencies>
 
   <build>
@@ -96,6 +90,7 @@
               !javax.mail.*,
               !org.apache.avalon.framework.logger,
               !org.apache.log,
+              !org.apache.log4j,
               *
             </Import-Package>
             <Export-Package>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to